UNPKG

351 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports["default"] = exports.ADDON_ID = void 0;
7// addons, panels and events get unique names using a prefix
8var ADDON_ID = 'storybookjs/options';
9exports.ADDON_ID = ADDON_ID;
10var _default = {
11 SET: "".concat(ADDON_ID, "/options-event")
12};
13exports["default"] = _default;
\No newline at end of file