UNPKG

kylin-ui-component

Version:

A React UI library for some developers to develop quickly

5 lines (4 loc) 178 B
import React from 'react'; import { ColProps } from './type'; declare const Col: React.ForwardRefExoticComponent<ColProps & React.RefAttributes<HTMLDivElement>>; export { Col };