ant-design-vue/components/col/index.ts
2021-06-23 23:10:07 +08:00

5 lines
150 B
TypeScript

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