ant-design-vue/components/grid/index.ts
2020-08-22 14:38:29 +08:00

5 lines
72 B
TypeScript

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