UNPKG

@bee-design/ui

Version:

Bee Design React UI Library.

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