This commit is contained in:
Norbert de Langen 2025-02-10 11:57:13 +01:00
parent 26847e83bf
commit d564e1a64a
2 changed files with 9 additions and 9 deletions

View File

@ -1 +1,10 @@
declare const BROWSER_CONFIG: object;
declare var STORYBOOK_BUILDER: string | undefined;
interface ImportMetaEnv {
__STORYBOOK_URL__?: string;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}

View File

@ -1,9 +0,0 @@
interface ImportMetaEnv {
__STORYBOOK_URL__?: string;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}
declare var STORYBOOK_BUILDER: string | undefined;