UNPKG

@vismaux/ngx-nordic-cool

Version:
13 lines (12 loc) 791 B
import { CdkAccordion, CdkAccordionItem } from '@angular/cdk/accordion'; import { UniqueSelectionDispatcher } from '@angular/cdk/collections'; import { ChangeDetectorRef, TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class NcExpansionPanelComponent extends CdkAccordionItem { readonly templateRef: TemplateRef<any>; get headerId(): string; get panelId(): string; constructor(collapsibleList: CdkAccordion, cdRef: ChangeDetectorRef, expansionDispatcher: UniqueSelectionDispatcher); static ɵfac: i0.ɵɵFactoryDeclaration<NcExpansionPanelComponent, [{ skipSelf: true; }, null, null]>; static ɵcmp: i0.ɵɵComponentDeclaration<NcExpansionPanelComponent, "nc-expansion-panel", never, {}, {}, never, ["nc-panel-title", "*"]>; }