UNPKG

@mass001/pro-components

Version:

A React Pro Components library based on Arco Design, including CTable and more

4 lines 224 B
import { CTableProps } from './types'; declare const CTable: <T extends Record<string, any> = any>(props: CTableProps<T>) => import("react/jsx-runtime").JSX.Element; export default CTable; //# sourceMappingURL=index.d.ts.map