UNPKG

@matthew.ngo/react-filter-pilot

Version:

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

7 lines (5 loc) 122 B
/** * Hook to debounce a value */ declare function useDebounce<T>(value: T, delay: number): T; export { useDebounce };