storybook/docs/_snippets/storybook-client-globals-example-file.md
2024-06-13 17:53:08 +01:00

211 B

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

const { window: globalWindow } = global;

globalWindow.STORYBOOK_ENV = 'vue';