UNPKG

nsn-comp

Version:

NSN核心组件

8 lines (7 loc) 379 B
import { TableProps } from '../../../@types'; declare const getPageDType: (page: TableProps<any, '_'>['table']['page']) => import("nsn-model-type").NDispatchType<"_">; declare const getPageParams: (page: TableProps<any, '_'>['table']['page'], payload?: any) => { type: import("nsn-model-type").NDispatchType<"_">; payload: any; }; export { getPageDType, getPageParams };