UNPKG

@storybook/addon-viewport

Version:

Build responsive components by adjusting Storybook’s viewport size and orientation

12 lines (9 loc) 225 B
type GlobalState = { value: string | undefined; isRotated: boolean; }; declare const initialGlobals: Record<string, GlobalState> | { viewport: string; viewportRotated: boolean; }; export { initialGlobals };