UNPKG

@ionic/core

Version:
11 lines (10 loc) 427 B
export class Reorder { render() { return (h("slot", null, h("ion-icon", { name: "reorder", lazy: false, class: "reorder-icon" }))); } static get is() { return "ion-reorder"; } static get encapsulation() { return "shadow"; } static get style() { return "/**style-placeholder:ion-reorder:**/"; } static get styleMode() { return "/**style-id-placeholder:ion-reorder:**/"; } }