mirror of
https://github.com/zhigang1992/react.git
synced 2026-01-31 09:08:41 +08:00
6 lines
124 B
TypeScript
6 lines
124 B
TypeScript
import Button from './button'
|
|
import { ButtonProps } from './button'
|
|
|
|
export type Props = ButtonProps
|
|
export default Button
|