ant-design-vue/components/col/index.ts
zkwolf 31ca070a18
refactor: grid (#6220)
* refactor: grid

* fix(grid): align & justify responsive

* chore: update demo and snapshot
2023-01-31 22:20:43 +08:00

5 lines
159 B
TypeScript

import { Col } from '../grid';
import { withInstall } from '../_util/type';
export type { ColProps, ColSize } from '../grid';
export default withInstall(Col);