kwikid-components
Version:
KwikID's Components Library
20 lines (19 loc) • 799 B
TypeScript
import { EventEmitter, OnInit } from "@angular/core";
import * as i0 from "@angular/core";
export declare class KwikIDResultComponent implements OnInit {
config: any;
headerConfig: any;
footerConfig: any;
scheduleLaterConfig: any;
animation: any;
image: string;
onClickScheduleLater: EventEmitter<any>;
constructor();
ngOnInit(): void;
initResultConfig(): void;
setResultImage(path: string): any;
handleOnClickRedirect(link: any): void;
handleOnClickScheduleLater(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<KwikIDResultComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<KwikIDResultComponent, "kwikid-components-result", never, { "config": "config"; }, { "onClickScheduleLater": "onClickScheduleLater"; }, never, never>;
}