UNPKG

ion-oui

Version:

The client library of oui builder for ionic

10 lines (9 loc) 339 B
import { OUIAbstractIonParser } from './../oui-parser'; import { Type } from "@angular/core"; import { OUIIonElement } from "../oui-element"; export declare class OUIIonImageView extends OUIIonElement { } export declare class OUIIonImageViewParser extends OUIAbstractIonParser { type: string; componentType: Type<OUIIonElement>; }