UNPKG

truly-ui

Version:

Web Components for Desktop Applications.

17 lines 727 B
import { OnInit } from '@angular/core'; import { I18nService } from '../../i18n/i18n.service'; import { DialogDefaultBehavior } from '../dialog-default-behavior'; import { TlButton } from '../../button/button'; import * as i0 from "@angular/core"; export declare class TlDialogInfo extends DialogDefaultBehavior implements OnInit { private i18n; title: string; message: string; get textOk(): string; button: TlButton; constructor(i18n: I18nService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<TlDialogInfo, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TlDialogInfo, "tl-dialog-info", never, {}, {}, never, never, false, never>; } //# sourceMappingURL=dialog-info.d.ts.map