UNPKG

@future-widget-lab/ui-filters

Version:

A set of primitives for handling filters through search parameters in React applications.

6 lines (5 loc) 159 B
/** * @description * Use this helper to retrieve the current values of a given filter. */ export declare const useFilter: <TData>(name: string) => TData[];