focus-pro
Version:
focus-pro 中台前端组件库
6 lines (5 loc) • 361 B
TypeScript
import { ZFProTableProps } from './actions/typing';
type ParamsType = Record<string, any>;
declare const ZFProTable: <DataType extends Record<string, any>, Params extends ParamsType, ValueType = "text">(props: ZFProTableProps<DataType, Params, ValueType>) => import("react/jsx-runtime").JSX.Element;
export * from './actions/typing';
export default ZFProTable;