@huluvu424242/honey-slideshow
Version:
Text to Speech component wich is reading texts from DOM elements.
15 lines (14 loc) • 544 B
JavaScript
import { r as registerInstance, h, H as Host } from './index-a2883912.js';
import { g as getIonMode } from './ionic-global-c170bb31.js';
var rowCss = ":host{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}";
var Row = /** @class */ (function () {
function Row(hostRef) {
registerInstance(this, hostRef);
}
Row.prototype.render = function () {
return (h(Host, { class: getIonMode(this) }, h("slot", null)));
};
return Row;
}());
Row.style = rowCss;
export { Row as ion_row };