useFilterContext
▸ useFilterContext(): undefined | SelectStore<Value>
Recovers the filter store
Returns
undefined | SelectStore<Value>
Example
const filter = useFilterContext();Defined in
packages/components/src/filter/filter-context.ts:12 (opens in a new tab)