File size: 138 Bytes
1e92f2d |
1 2 3 4 5 6 7 |
import { Col } from '../grid';
import type { ColProps, ColSize } from '../grid';
export type { ColProps, ColSize };
export default Col;
|
1e92f2d |
1 2 3 4 5 6 7 |
import { Col } from '../grid';
import type { ColProps, ColSize } from '../grid';
export type { ColProps, ColSize };
export default Col;
|