UNPKG

@engie-group/fluid-design-system-angular

Version:

Fluid Design System Angular

12 lines (11 loc) 695 B
import { AfterContentInit, QueryList, TemplateRef } from '@angular/core'; import { EngieTemplateDirective } from '../../directives/engie-template.directive'; import * as i0 from "@angular/core"; export declare class SidepanelComponent implements AfterContentInit { protected headerTemplateRef?: TemplateRef<unknown>; protected footerTemplateRef?: TemplateRef<unknown>; protected templateDirectives?: QueryList<EngieTemplateDirective>; ngAfterContentInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<SidepanelComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<SidepanelComponent, "nj-sidepanel", never, {}, {}, ["templateDirectives"], ["*"], true, never>; }