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