@zoff-tech/zt-bottom-drawer
Version:
Bottom Drawer / Web Component
22 lines (16 loc) • 539 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-d7fcb92f.js');
const ionicGlobal = require('./ionic-global-70a62cb2.js');
const rowCss = ":host{display:flex;flex-wrap:wrap}";
const Row = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h(index.Host, { class: ionicGlobal.getIonMode(this) }, index.h("slot", null)));
}
};
Row.style = rowCss;
exports.ion_row = Row;
//# sourceMappingURL=ion-row.cjs.entry.js.map