UNPKG

@rtdui/datatable

Version:

React DataTable component based on Rtdui components

5 lines (4 loc) 169 B
import type { Table } from "@tanstack/react-table"; export declare function TablePagination(props: { table: Table<any>; }): import("react/jsx-runtime").JSX.Element;