UNPKG

truly-ui

Version:
11 lines (10 loc) 333 B
import { AfterViewInit } from '@angular/core'; import { DialogDefaultBehavior } from '../dialog-default-behavior'; export declare class TlDialogInfo extends DialogDefaultBehavior implements AfterViewInit { title: string; message: string; textOk: string; button: any; constructor(); ngAfterViewInit(): void; }