UNPKG

@shopware/cms-base-layer

Version:
13 lines (10 loc) 228 B
/// <reference types="@nuxt/schema" /> export * from "@shopware/composables"; export * from "./.nuxt/imports"; declare module "nuxt/schema" { interface AppConfig { imagePlaceholder?: { color?: string; }; } }