@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.
22 lines (17 loc) • 459 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "withGlobals", {
enumerable: true,
get: function get() {
return _withGlobals.withGlobals;
}
});
exports["default"] = void 0;
var _withGlobals = require("./withGlobals");
if (module && module.hot && module.hot.decline) {
module.hot.decline();
} // make it work with --isolatedModules
var _default = {};
exports["default"] = _default;