UNPKG

@tourmalinecore/react-table-responsive

Version:

React Table Responsive

9 lines (8 loc) 266 B
export declare function getDefaultTablePageSize({ tableId, pageSizeOptions, }: { tableId: string; pageSizeOptions: number[]; }): number; export declare function saveTablePageSize({ tableId, pageSize, }: { tableId: string; pageSize: string; }): void;