UNPKG

storybook-addon-playground

Version:

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

13 lines (11 loc) 260 B
const DEFAULT_ADDON_STATE = { hasInitialCodeLoaded: false, code: { jsx: "", css: "" }, selectedTab: "jsx", editorState: { jsx: null, css: null, }, }; export { DEFAULT_ADDON_STATE }; //# sourceMappingURL=state-consts.js.map