UNPKG

932 BTypeScriptView Raw
1import * as i0 from "@angular/core";
2import * as i1 from "./accordion";
3import * as i2 from "@angular/common";
4export { NgbAccordion, NgbPanel, NgbPanelTitle, NgbPanelContent, NgbPanelChangeEvent, NgbPanelHeader, NgbPanelHeaderContext, NgbPanelToggle, } from './accordion';
5export { NgbAccordionConfig } from './accordion-config';
6export declare class NgbAccordionModule {
7 static ɵfac: i0.ɵɵFactoryDeclaration<NgbAccordionModule, never>;
8 static ɵmod: i0.ɵɵNgModuleDeclaration<NgbAccordionModule, [typeof i1.NgbRefDirective, typeof i1.NgbAccordion, typeof i1.NgbPanel, typeof i1.NgbPanelTitle, typeof i1.NgbPanelContent, typeof i1.NgbPanelHeader, typeof i1.NgbPanelToggle], [typeof i2.CommonModule], [typeof i1.NgbAccordion, typeof i1.NgbPanel, typeof i1.NgbPanelTitle, typeof i1.NgbPanelContent, typeof i1.NgbPanelHeader, typeof i1.NgbPanelToggle]>;
9 static ɵinj: i0.ɵɵInjectorDeclaration<NgbAccordionModule>;
10}