UNPKG

@shopify/shop-minis-react

Version:

React component library for Shopify Shop Minis with Tailwind CSS v4 support (source-only, requires TypeScript)

21 lines (20 loc) 499 B
import { useShopActions as e } from "../../internal/useShopActions.js"; import { useShopActionsPaginatedDataFetching as n } from "../../internal/useShopActionsPaginatedDataFetching.js"; const p = (t) => { const { getProductLists: s } = e(), { skip: o, ...r } = t ?? {}, { data: c, ...i } = n( s, r, { skip: o, hook: "useProductLists" } ); return { ...i, productLists: c }; }; export { p as useProductLists }; //# sourceMappingURL=useProductLists.js.map