kwikid-components
Version:
KwikID's Components Library
12 lines (11 loc) • 614 B
TypeScript
import { EventEmitter, OnInit } from "@angular/core";
import * as i0 from "@angular/core";
export declare class KwikIDScheduleLaterButtonComponent implements OnInit {
config: any;
onClickScheduleLater: EventEmitter<any>;
constructor();
ngOnInit(): void;
handleOnClickScheduleLater(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<KwikIDScheduleLaterButtonComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<KwikIDScheduleLaterButtonComponent, "kwikid-schedule-later-button", never, { "config": "config"; }, { "onClickScheduleLater": "onClickScheduleLater"; }, never, never>;
}