UNPKG

truly-ui

Version:
10 lines (9 loc) 318 B
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; }