ion-oui
Version:
The client library of oui builder for ionic
10 lines (9 loc) • 331 B
TypeScript
import { OUIAbstractIonParser } from '../oui-parser';
import { Type } from "@angular/core";
import { OUIIonElement } from "../oui-element";
export declare class OUIIonQrCode extends OUIIonElement {
}
export declare class OUIIonQrCodeParser extends OUIAbstractIonParser {
type: string;
componentType: Type<OUIIonElement>;
}