import { getDaffCategorySelectors } from '@daffodil/category/state'
A function that returns all combinatoric category selectors.
const getDaffCategorySelectors: <V extends DaffGenericCategory<V> = DaffCategory, W extends DaffProduct = DaffProduct>() => DaffCategoryMemoizedSelectors<V, W>