UNPKG

@zoff-tech/zt-bottom-drawer

Version:
18 lines (14 loc) 456 B
import { r as registerInstance, h, H as Host } from './index-8f8312e9.js'; import { g as getIonMode } from './ionic-global-8c2131e9.js'; const rowCss = ":host{display:flex;flex-wrap:wrap}"; const Row = class { constructor(hostRef) { registerInstance(this, hostRef); } render() { return (h(Host, { class: getIonMode(this) }, h("slot", null))); } }; Row.style = rowCss; export { Row as ion_row }; //# sourceMappingURL=ion-row.entry.js.map