UNPKG

truly-ui

Version:
14 lines (13 loc) 393 B
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(); }