UNPKG

truly-ui

Version:
13 lines (12 loc) 385 B
import { AfterViewInit } from '@angular/core'; import { DialogDefaultBehavior } from '../dialog-default-behavior'; export declare class TlDialogError extends DialogDefaultBehavior implements AfterViewInit { message: string; textOk: string; button: any; animation: any; private errorlog; constructor(); ngAfterViewInit(): void; open(value: any): void; }