UNPKG

@matthew.ngo/react-filter-pilot

Version:

Powerful filtering, pagination, and sorting for React with TanStack Query integration

9 lines (6 loc) 192 B
import { UrlHandler } from '../types/index.js'; /** * URL handler for Next.js Pages Router */ declare function useNextJsPagesUrlHandler(): UrlHandler; export { useNextJsPagesUrlHandler };