mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-15 17:31:43 +08:00
5 lines
147 B
TypeScript
5 lines
147 B
TypeScript
import { Col } from '../grid';
|
|
import { withInstall } from '../_util/type';
|
|
export type {ColProps} from '../grid'
|
|
export default withInstall(Col);
|