2019-01-12 03:33:27 +00:00
|
|
|
import { Col } from '../grid';
|
2020-11-01 07:03:33 +00:00
|
|
|
import { withInstall } from '../_util/type';
|
2021-06-23 15:08:16 +00:00
|
|
|
export type { ColProps } from '../grid';
|
2020-11-01 07:03:33 +00:00
|
|
|
export default withInstall(Col);
|