UNPKG

@matthew.ngo/react-filter-pilot

Version:

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

7 lines (5 loc) 201 B
/** * Transform a filter value using the provided transformer function */ declare function transformFilterValue(value: any, transformer?: (value: any) => any): any; export { transformFilterValue };