ant-design/components/grid/index.tsx

8 lines
150 B
TypeScript
Raw Normal View History

2015-10-27 23:52:17 +08:00
import Row from './row';
import Col from './col';
export { RowProps } from './row';
export { ColProps, ColSize } from './col';
2018-12-07 16:17:45 +08:00
export { Row, Col };