@engie-group/fluid-design-system-angular
Version:
Fluid Design System Angular
11 lines (10 loc) • 584 B
TypeScript
import { SidepanelFooterDirective } from './directives/sidepanel-footer.directive';
import { SidepanelHeaderDirective } from './directives/sidepanel-header.directive';
import * as i0 from "@angular/core";
export declare class SidepanelComponent {
private staticClass;
protected header?: SidepanelHeaderDirective;
protected footer?: SidepanelFooterDirective;
static ɵfac: i0.ɵɵFactoryDeclaration<SidepanelComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SidepanelComponent, "nj-sidepanel", never, {}, {}, ["header", "footer"], ["*"], true, never>;
}