2020-05-08 14:50:42 +08:00

5 lines
83 B
TypeScript

import { Row, RowProps } from '../grid';
export { RowProps };
export default Row;