5 lines
136 B
TypeScript
5 lines
136 B
TypeScript
import { Col } from '../grid';
|
|
import type { ColProps, ColSize } from '../grid';
|
|
export type { ColProps, ColSize };
|
|
export default Col;
|