ant-design/components/grid/index.tsx

11 lines
155 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';
2015-10-27 23:52:17 +08:00
export {
Row,
Col,
};