@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.
16 lines (15 loc) • 614 B
TypeScript
import { MatDialogRef } from '@angular/material/dialog';
import * as i0 from "@angular/core";
export declare class TdConfirmDialogComponent {
private _dialogRef;
title?: string;
message?: string;
cancelButton: string;
acceptButton: string;
isDestructive: boolean;
constructor(_dialogRef: MatDialogRef<TdConfirmDialogComponent>);
cancel(): void;
accept(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<TdConfirmDialogComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TdConfirmDialogComponent, "td-confirm-dialog", never, {}, {}, never, never, false, never>;
}