mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-17 00:05:59 +08:00
cleanup
This commit is contained in:
parent
26847e83bf
commit
d564e1a64a
9
code/addons/test/src/typings.d.ts
vendored
9
code/addons/test/src/typings.d.ts
vendored
@ -1 +1,10 @@
|
||||
declare const BROWSER_CONFIG: object;
|
||||
declare var STORYBOOK_BUILDER: string | undefined;
|
||||
|
||||
interface ImportMetaEnv {
|
||||
__STORYBOOK_URL__?: string;
|
||||
}
|
||||
|
||||
interface ImportMeta {
|
||||
readonly env: ImportMetaEnv;
|
||||
}
|
||||
|
9
code/addons/test/typings.d.ts
vendored
9
code/addons/test/typings.d.ts
vendored
@ -1,9 +0,0 @@
|
||||
interface ImportMetaEnv {
|
||||
__STORYBOOK_URL__?: string;
|
||||
}
|
||||
|
||||
interface ImportMeta {
|
||||
readonly env: ImportMetaEnv;
|
||||
}
|
||||
|
||||
declare var STORYBOOK_BUILDER: string | undefined;
|
Loading…
x
Reference in New Issue
Block a user