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