UNPKG

@ionic/core

Version:
9 lines (8 loc) 246 B
export class Row { render() { return h("slot", null); } static get is() { return "ion-row"; } static get encapsulation() { return "shadow"; } static get style() { return "/**style-placeholder:ion-row:**/"; } }