UNPKG

storybook-addon-playground

Version:

A playground to enable consumers learn how to use the component library or to reproduce bugs

8 lines (6 loc) 274 B
const ADDON_ID = "storybook-addon-playground"; const PANEL_ID = `${ADDON_ID}/panel`; const TOOL_ID = `${ADDON_ID}/tool`; const ADDON_ID_FOR_PARAMETERS = "playground"; export { ADDON_ID, ADDON_ID_FOR_PARAMETERS, PANEL_ID, TOOL_ID }; //# sourceMappingURL=addon-consts.js.map