UNPKG

@covalent/core

Version:

Core Teradata UI Platform for layouts, icons, custom components and themes. This should be added as a dependency for any project that wants to use layouts, icons and themes for Angular Material.

13 lines (12 loc) 529 B
import { MatDialogRef } from '@angular/material/dialog'; import * as i0 from "@angular/core"; export declare class TdAlertDialogComponent { private _dialogRef; title?: string; message?: string; closeButton?: string; constructor(_dialogRef: MatDialogRef<TdAlertDialogComponent>); close(): void; static ɵfac: i0.ɵɵFactoryDeclaration<TdAlertDialogComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TdAlertDialogComponent, "td-alert-dialog", never, {}, {}, never, never, false, never>; }