Back to Storybook

Storybook Client Globals Example File

docs/_snippets/storybook-client-globals-example-file.md

10.3.6209 B
Original Source
ts
import { global } from '@storybook/global';

const { window: globalWindow } = global;

globalWindow.STORYBOOK_ENV = 'vue';