UNPKG

@matthew.ngo/react-filter-pilot

Version:

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

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