import { daffClearFilters } from '@daffodil/core'
Undoes the applied state of all applied filter options of a dictionary of DaffFilter
returning updated dictionary.
function daffClearFilters(filters: Record<string, DaffFilter>): DaffFilters
| Parameter | filters: Record<string, DaffFilter> |
|---|---|
| Description |