UNPKG

@alyle/ui

Version:

Minimal Design, a set of components for Angular

9 lines (8 loc) 468 B
import { ElementRef, Renderer2 } from '@angular/core'; import { LyAccordion } from './accordion'; import * as i0 from "@angular/core"; export declare class LyExpansionPanelAction { constructor(el: ElementRef, renderer: Renderer2, accordion: LyAccordion); static ɵfac: i0.ɵɵFactoryDeclaration<LyExpansionPanelAction, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<LyExpansionPanelAction, "ly-action-row", never, {}, {}, never, never, false, never>; }