truly-ui
Version:
Web Components for Desktop Applications.
14 lines (13 loc) • 393 B
TypeScript
import { AfterViewInit } from '@angular/core';
export declare class TlDialogConfirmation implements AfterViewInit {
message: string;
textOk: string;
textCancel: string;
buttonDialogOk: any;
buttonDialogCancel: any;
private defaultOK;
ngAfterViewInit(): void;
onkeyup($event: KeyboardEvent): void;
private setPreviousButton();
private setNextButton();
}