UNPKG

ion-oui

Version:

The client library of oui builder for ionic

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