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