UNPKG

@stories-js/core

Version:

Stories web components to build stories

24 lines (18 loc) 557 B
/*! * (C) StoriesJS https://storiesjs.org - GPL-2.0 License */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-c25eada5.js'); const rowCss = ":host{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}"; const Row = class { constructor(hostRef) { index.registerInstance(this, hostRef); } render() { return (index.h(index.Host, null, index.h("slot", null))); } }; Row.style = rowCss; exports.stories_row = Row; //# sourceMappingURL=stories-row.cjs.entry.js.map