UNPKG

@koalarx/ui

Version:

Koala UI is a Design System developed in Angular whose objective is to facilitate and make your development faster and simpler, making this framework your greatest ally.

12 lines (11 loc) 695 B
import { ThemePalette } from '@angular/material/core'; import * as i0 from "@angular/core"; export declare class DialogComponent { titleDialog?: string; iconTitleDialog?: string; triggerDialogClose?: string; btnCloseLabel?: string; btnCloseColor: ThemePalette; static ɵfac: i0.ɵɵFactoryDeclaration<DialogComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<DialogComponent, "koala-dialog", never, { "titleDialog": "titleDialog"; "iconTitleDialog": "iconTitleDialog"; "triggerDialogClose": "triggerDialogClose"; "btnCloseLabel": "btnCloseLabel"; "btnCloseColor": "btnCloseColor"; }, {}, never, ["[dialog-content]", "[dialog-actions]"], false>; }