mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 13:09:40 +08:00
9aec72c395
* chore: remove useless tsx support * add * add * style * fix lint * fix lint * fix lint * update locale entry * update locale entry * update locale entry * delete useless style
6 lines
117 B
TypeScript
6 lines
117 B
TypeScript
import { Col, type ColProps, type ColSize } from '../grid';
|
|
|
|
export type { ColProps, ColSize };
|
|
|
|
export default Col;
|