UNPKG
@storybook/global
Version:
latest (5.0.0)
5.0.0
Require global variables
github.com/storybookjs/global
storybookjs/global
@storybook/global
/
dist
/
index.d.ts
4 lines
(2 loc)
•
69 B
TypeScript
View Raw
1
2
3
4
declare
const
scope
:
typeof
globalThis;
export
{ scope
as
global
};