UNPKG

@matthew.ngo/react-filter-pilot

Version:

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

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