Files
ant-design/components/grid/index.tsx
T
2016-11-09 14:43:32 +08:00

8 lines
77 B
TypeScript

import Row from './row';
import Col from './col';
export {
Row,
Col,
};