Files
react/components/row/index.ts
2020-03-19 01:15:58 +08:00

6 lines
106 B
TypeScript

import Row from './row'
import { RowProps } from './row'
export type Props = RowProps
export default Row