UNPKG

@huluvu424242/honey-slideshow

Version:

Text to Speech component wich is reading texts from DOM elements.

26 lines (25 loc) 891 B
import { r as registerInstance, h, H as Host } from './index-a2883912.js'; import { g as getIonMode } from './ionic-global-c170bb31.js'; var itemGroupIosCss = "ion-item-group{display:block}"; var itemGroupMdCss = "ion-item-group{display:block}"; var ItemGroup = /** @class */ (function () { function ItemGroup(hostRef) { registerInstance(this, hostRef); } ItemGroup.prototype.render = function () { var _a; var mode = getIonMode(this); return (h(Host, { role: "group", class: (_a = {}, _a[mode] = true, // Used internally for styling _a["item-group-" + mode] = true, _a['item'] = true, _a) })); }; return ItemGroup; }()); ItemGroup.style = { ios: itemGroupIosCss, md: itemGroupMdCss }; export { ItemGroup as ion_item_group };