GitHub

getDaffCompositeProductPriceSelectors

A function that returns all selectors related to the composite product feature.

Returns DaffCompositeProductMemoizedSelectors.

import { getDaffCompositeProductPriceSelectors } from '@daffodil/product-composite/state'
const getDaffCompositeProductPriceSelectors: <T extends DaffProduct = DaffProduct>() => DaffCompositeProductMemoizedSelectors<T>