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