GitHub

daffClearFilters

Undoes the applied state of all applied filter options of a dictionary of DaffFilter returning updated dictionary.

import { daffClearFilters } from '@daffodil/core'
const daffClearFilters: (filters: Record<string, DaffFilter>) => Record<string, DaffFilter>