UNPKG

@matthew.ngo/react-filter-pilot

Version:

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

9 lines (6 loc) 195 B
import { UrlHandler } from '../types/index.js'; /** * Default URL handler using browser's history API */ declare function useDefaultUrlHandler(): UrlHandler; export { useDefaultUrlHandler };