UNPKG

@shopify/shop-minis-react

Version:

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

19 lines (18 loc) 478 B
import { useShopActions as n } from "../../internal/useShopActions.js"; import { useShopActionInfiniteQuery as i } from "../../internal/reactQuery/useShopActionInfiniteQuery.js"; const h = (s) => { const { getFollowedShops: t } = n(), { skip: e = !1, ...o } = s ?? {}, { data: r, ...p } = i( ["followedShops", o], t, o, { skip: e } ); return { ...p, shops: r }; }; export { h as useFollowedShops }; //# sourceMappingURL=useFollowedShops.js.map