ant-design/components/layout/index.tsx
2016-06-22 13:19:48 +08:00

8 lines
77 B
TypeScript

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