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