UNPKG

@scayle/storefront-nuxt

Version:

Nuxt integration for the SCAYLE Commerce Engine and Storefront API

7 lines (6 loc) 198 B
import { useRpc } from "../core/useRpc.js"; export function useShopConfiguration({ options } = {}, key = "useShopConfiguration") { return useRpc("getShopConfiguration", key, void 0, options); }