UNPKG

@stories-js/core

Version:

Stories web components to build stories

5 lines 644 B
/*! * (C) StoriesJS https://storiesjs.org - GPL-2.0 License */ import{r as registerInstance,h}from"./index-49238f69.js";import{s as state}from"./index-f706f0f6.js";var previewCss=":host{display:block;background-color:lightpink}section{-ms-flex-negative:1;flex-shrink:1;height:100vh;width:100vw;background-color:lightcoral}";var Preview=function(){function e(e){registerInstance(this,e)}e.prototype.render=function(){var e=state.zoom;console.log("Preview.render.zoom",e);return h("stories-zoom",{zoom:e},h("slot",null))};return e}();Preview.style=previewCss;export{Preview as stories_preview}; //# sourceMappingURL=stories-preview.entry.js.map