import { getDaffProductGridSelectors } from '@daffodil/product/state'
A function that returns all selectors related to loading a grid of products.
Returns DaffProductGridMemoizedSelectors
.
const getDaffProductGridSelectors: <T extends DaffProduct>() => DaffProductGridMemoizedSelectors<T>