UNPKG

@alyle/ui

Version:

Minimal Design, a set of components for Angular

13 lines (12 loc) 617 B
import { ElementRef, OnInit, Renderer2 } from '@angular/core'; import { LyTheme2 } from '@alyle/ui'; import * as i0 from "@angular/core"; export declare class LyDialogActions implements OnInit { private _renderer; private _el; private _theme; constructor(_renderer: Renderer2, _el: ElementRef<HTMLElement>, _theme: LyTheme2); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<LyDialogActions, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<LyDialogActions, "ly-dialog-actions, [ly-dialog-actions], [lyDialogActions]", ["lyDialogActions"], {}, {}, never, never, false, never>; }