@pluve/use-antd-table-vue
Version:
ant-design-vue Form 与 Table 联动逻辑封装
4 lines (3 loc) • 328 B
TypeScript
import useAntdTable from './useAntdTable';
export { type ITableProps as IAntdTableProps, type ITableOnChange as IAntdTableOnChange, type ITableOnChangeParams as IAntdTableOnChangeParams, type ITablePagination as IAntdTablePagination, type ITableMutateType as IAntdTableMutateType, } from './types';
export default useAntdTable;