mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-04 21:18:14 +08:00
31ca070a18
* refactor: grid * fix(grid): align & justify responsive * chore: update demo and snapshot
5 lines
159 B
TypeScript
5 lines
159 B
TypeScript
import { Col } from '../grid';
|
|
import { withInstall } from '../_util/type';
|
|
export type { ColProps, ColSize } from '../grid';
|
|
export default withInstall(Col);
|