UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

4 lines (3 loc) 115 B
import { Col, type ColProps, type ColSize } from '../grid'; export type { ColProps, ColSize }; export default Col;