UNPKG

727 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.SourceType = exports.SNIPPET_RENDERED = exports.PARAM_KEY = exports.PANEL_ID = exports.ADDON_ID = void 0;
7var ADDON_ID = 'storybook/docs';
8exports.ADDON_ID = ADDON_ID;
9var PANEL_ID = "".concat(ADDON_ID, "/panel");
10exports.PANEL_ID = PANEL_ID;
11var PARAM_KEY = "docs";
12exports.PARAM_KEY = PARAM_KEY;
13var SNIPPET_RENDERED = "".concat(ADDON_ID, "/snippet-rendered");
14exports.SNIPPET_RENDERED = SNIPPET_RENDERED;
15var SourceType;
16exports.SourceType = SourceType;
17
18(function (SourceType) {
19 SourceType["AUTO"] = "auto";
20 SourceType["CODE"] = "code";
21 SourceType["DYNAMIC"] = "dynamic";
22})(SourceType || (exports.SourceType = SourceType = {}));
\No newline at end of file