UNPKG

@authup/client-web-kit

Version:

This package contains vue components.

8 lines 240 B
export type PaginationLoadFn = (data?: any) => Promise<void> | void; export type PaginationOptions = { busy: boolean; meta?: Record<string, any>; load?: PaginationLoadFn; total?: number; }; //# sourceMappingURL=type.d.ts.map