mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-10 00:12:22 +08:00
5 lines
253 B
TypeScript
5 lines
253 B
TypeScript
declare var STORYBOOK_ENV: 'react';
|
|
declare var FRAMEWORK_OPTIONS: any;
|
|
declare var LOGLEVEL: 'trace' | 'debug' | 'info' | 'warn' | 'error' | 'silent' | undefined;
|
|
declare var FEATURES: import('storybook/internal/types').StorybookConfigRaw['features'];
|