1 | import * as i0 from "@angular/core";
|
2 | import * as i1 from "./dropdown";
|
3 | export { NgbDropdown, NgbDropdownAnchor, NgbDropdownToggle, NgbDropdownMenu, NgbDropdownItem, NgbDropdownButtonItem, } from './dropdown';
|
4 | export { NgbDropdownConfig } from './dropdown-config';
|
5 | export declare class NgbDropdownModule {
|
6 | static ɵfac: i0.ɵɵFactoryDeclaration<NgbDropdownModule, never>;
|
7 | static ɵmod: i0.ɵɵNgModuleDeclaration<NgbDropdownModule, never, [typeof i1.NgbDropdown, typeof i1.NgbDropdownAnchor, typeof i1.NgbDropdownToggle, typeof i1.NgbDropdownMenu, typeof i1.NgbDropdownItem, typeof i1.NgbDropdownButtonItem], [typeof i1.NgbDropdown, typeof i1.NgbDropdownAnchor, typeof i1.NgbDropdownToggle, typeof i1.NgbDropdownMenu, typeof i1.NgbDropdownItem, typeof i1.NgbDropdownButtonItem]>;
|
8 | static ɵinj: i0.ɵɵInjectorDeclaration<NgbDropdownModule>;
|
9 | }
|