UNPKG

@ccs-design/rc-pro-component

Version:

ccs design basic react component

6 lines (5 loc) 294 B
import './index.less'; import { CcsProTableProps } from '../CcsProLayout/types'; export declare type CcsTableProps<T> = Omit<CcsProTableProps<T>, 'request' | 'requestParam' | 'fillSpace'>; declare const CcsTable: <T extends {}>(props: CcsTableProps<T>) => JSX.Element; export default CcsTable;