useShopwareContext
Category:
Context & Language
Types
ts
export function useShopwareContext(): ShopwareContext
ts
export type ShopwareContext = {
devStorefrontUrl: string | null;
/**
* Shopware API client
*/
apiClient: ApiClient;
};