mirror of
https://github.com/zhigang1992/react.git
synced 2026-02-06 22:44:08 +08:00
6 lines
106 B
TypeScript
6 lines
106 B
TypeScript
import Row from './row'
|
|
import { RowProps } from './row'
|
|
|
|
export type Props = RowProps
|
|
export default Row
|