ion-oui
Version:
The client library of oui builder for ionic
11 lines (10 loc) • 382 B
TypeScript
import { OnInit, Type } from "@angular/core";
import { OUIIonElement } from '../oui-element';
import { OUIAbstractIonParser } from '../oui-parser';
export declare class OUIIonAppBarComponent extends OUIIonElement implements OnInit {
ngOnInit(): void;
}
export declare class AppBarParser extends OUIAbstractIonParser {
type: string;
componentType: Type<OUIIonElement>;
}