UNPKG

@luigiminardim/storybook-addon-globals-controls

Version:

@luigiminardim/storybook-addon-globals-controls gives you a graphical UI to dynamically interact with the Storybook's globals variables. It creates an addon panel next to your component examples ("stories"), so you can edit them live.

7 lines (5 loc) 180 B
if (module && module.hot && module.hot.decline) { module.hot.decline(); } // make it work with --isolatedModules export default {}; export { withGlobals } from './withGlobals';