import { getDaffCompositeProductPriceSelectors } from '@daffodil/product-composite/state'
A function that returns all selectors related to the composite product feature.
const getDaffCompositeProductPriceSelectors: <T extends DaffProduct = DaffProduct>() => DaffCompositeProductMemoizedSelectors<T>