getDaffCompositeProductSelectors
A function that returns all selectors in the composite product feature area.
Returns DaffCompositeProductAllSelectors
.
import { getDaffCompositeProductSelectors } from '@daffodil/product-composite/state'
const getDaffCompositeProductSelectors: <T extends DaffProduct>() => DaffCompositeProductAllSelectors<T>