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.

23 lines (22 loc) 1.37 kB
import { QueryList, AfterContentInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TdDialogTitleDirective { static ɵfac: i0.ɵɵFactoryDeclaration<TdDialogTitleDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<TdDialogTitleDirective, "[tdDialogTitle]", never, {}, {}, never>; } export declare class TdDialogContentDirective { static ɵfac: i0.ɵɵFactoryDeclaration<TdDialogContentDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<TdDialogContentDirective, "[tdDialogContent]", never, {}, {}, never>; } export declare class TdDialogActionsDirective { static ɵfac: i0.ɵɵFactoryDeclaration<TdDialogActionsDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<TdDialogActionsDirective, "[tdDialogActions]", never, {}, {}, never>; } export declare class TdDialogComponent implements AfterContentInit { dialogTitle: QueryList<TdDialogTitleDirective>; dialogContent: QueryList<TdDialogContentDirective>; dialogActions: QueryList<TdDialogActionsDirective>; ngAfterContentInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<TdDialogComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TdDialogComponent, "td-dialog", never, {}, {}, ["dialogTitle", "dialogContent", "dialogActions"], ["[tdDialogTitle]", "[tdDialogContent]", "[tdDialogActions]"]>; }