mirror of
https://github.com/zhigang1992/react.git
synced 2026-02-02 09:08:52 +08:00
6 lines
112 B
TypeScript
6 lines
112 B
TypeScript
import Text from './text'
|
|
import { TextProps } from './text'
|
|
|
|
export type Props = TextProps
|
|
export default Text
|