Skip to content
module@warp-drive/experiments/pagination @experimental

Variable defaultPageHints sincev5.9.0

ts
const defaultPageHints: PageHints;

Defined in: node_modules/.pnpm/@warp-d_5e1563e0e582c8365bb74466d3761d6d/node_modules/@warp-drive/core/dist/signals/-leaked.d.ts:135

The default PageHints. Reads currentPage/page and totalPages from the document meta, matching the behavior used before pageHints was configurable. Used whenever the consumer does not provide a pageHints function.

Released under the MIT License.