ant-design-vue/components/grid/index.ts

5 lines
72 B
TypeScript

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