UNPKG

@tanstack/table-core

Version:

Headless UI for building powerful tables & datagrids for TS/JS.

8 lines 302 B
import { TableFeature } from "../../types/TableFeatures.js"; //#region src/features/row-pagination/rowPaginationFeature.d.ts /** * Feature that adds pagination state and table APIs for page navigation. */ declare const rowPaginationFeature: TableFeature; //#endregion export { rowPaginationFeature };