UNPKG

@tbanys/storybook-vue-nuxt-v4

Version:

Storybook addon for Nuxt and Vite (Nuxt 4 compatible fork)

11 lines (8 loc) 278 B
// Add globals for Nuxt's `__NUXT__` object - this may be unnecessary with Nuxt 4 declare global { interface Window { // eslint-disable-next-line @typescript-eslint/no-explicit-any __NUXT__?: Record<string, any> | Record<string, Record<string, any>> } } export {}