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