@huluvu424242/honey-slideshow
Version:
Text to Speech component wich is reading texts from DOM elements.
21 lines (15 loc) • 556 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-99ba775b.js');
const ionicGlobal = require('./ionic-global-a82af109.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, { class: ionicGlobal.getIonMode(this) }, index.h("slot", null)));
}
};
Row.style = rowCss;
exports.ion_row = Row;