import { daffSearchProductCollectionSearchReducer } from '@daffodil/search-product/state'
The reducer for handling apply product filters actions in the main search state.
function daffSearchProductCollectionSearchReducer( state: DaffSearchReducerState<DaffSearchResult> = daffSearchInitialState action: DaffSearchProductCollectionActions ): DaffSearchReducerState