Fix type issues

This commit is contained in:
Valentin Palkovic 2024-10-30 10:22:23 +01:00
parent 18b82d8526
commit ee97b6532d

View File

@ -5,3 +5,5 @@ interface ImportMetaEnv {
interface ImportMeta {
readonly env: ImportMetaEnv;
}
declare var STORYBOOK_BUILDER: string | undefined;