truly-ui
Version:
Web Components for Desktop Applications.
10 lines (9 loc) • 318 B
TypeScript
import { AfterViewInit } from '@angular/core';
import { DialogDefaultBehavior } from '../dialog-default-behavior';
export declare class TlDialogAlert extends DialogDefaultBehavior implements AfterViewInit {
button: any;
message: string;
textClose: string;
constructor();
ngAfterViewInit(): void;
}