UNPKG

xbpr

Version:

xbp react ui by @arco-design/web-react

8 lines (7 loc) 231 B
import { InternalColumnProps } from './interface'; declare type ColGroupType = { prefixCls?: string; columns?: InternalColumnProps[]; }; declare function ColGroup(props: ColGroupType): JSX.Element; export default ColGroup;