UNPKG

777 BTypeScriptView Raw
1import * as i0 from "@angular/core";
2import * as i1 from "./dropdown";
3export { NgbDropdown, NgbDropdownAnchor, NgbDropdownToggle, NgbDropdownMenu, NgbDropdownItem, NgbNavbar, } from './dropdown';
4export { NgbDropdownConfig } from './dropdown-config';
5export 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.NgbDropdown, typeof i1.NgbDropdownAnchor, typeof i1.NgbDropdownToggle, typeof i1.NgbDropdownMenu, typeof i1.NgbDropdownItem]>;
8 static ɵinj: i0.ɵɵInjectorDeclaration<NgbDropdownModule>;
9}