GitHub

getDaffProductGridSelectors

A function that returns all selectors related to loading a grid of products. Returns DaffProductGridMemoizedSelectors.

import { getDaffProductGridSelectors } from '@daffodil/product/state'
const getDaffProductGridSelectors: <T extends DaffProduct>() => DaffProductGridMemoizedSelectors<T>