data-vis-ui
Version:
## [使用文档](https://temp-static-domain.jd.com/data-vis-ui)
5 lines (4 loc) • 320 B
TypeScript
import { ParamsType } from '@ant-design/pro-provider/lib/index';
import type { ITableProps } from './typings';
declare const ITable: <DataType extends Record<string, any>, Params extends ParamsType = ParamsType, ValueType = "text">(props: ITableProps<DataType, Params, ValueType>) => JSX.Element;
export default ITable;