UNPKG

@aures/custom-react-table

Version:
8 lines (7 loc) 347 B
import React from 'react'; import { TableInstance } from 'react-table'; export declare function TablePagination<T extends Record<string, unknown>>({ name, instance, defaultPaginationValues, }: React.PropsWithChildren<{ instance: TableInstance<T>; defaultPaginationValues: number[]; name: string; }>): React.ReactElement | null;