truly-ui
Version:
Web Components for Desktop Applications.
13 lines (12 loc) • 385 B
TypeScript
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;
}