storybook/docs/_snippets/storybook-client-globals-example-file.md
2024-11-17 16:46:37 +00:00

210 B

import { global } from '@storybook/global';

const { window: globalWindow } = global;

globalWindow.STORYBOOK_ENV = 'vue';