UNPKG

ion-oui

Version:

The client library of oui builder for ionic

16 lines (15 loc) 526 B
import { Type } from "@angular/core"; import { OUIIonElement } from "../oui-element"; import { OUIAbstractIonParser } from "../oui-parser"; export declare class OUIIonRoot extends OUIIonElement { } export declare class OUIIonRootParser extends OUIAbstractIonParser { type: string; componentType: Type<OUIIonElement>; } export declare class OUIIonScrollable extends OUIIonElement { } export declare class OUIIonScrollableParser extends OUIAbstractIonParser { type: string; componentType: Type<OUIIonElement>; }