ng-devui
Version:
DevUI components based on Angular
15 lines (14 loc) • 1.06 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./dropdown.directive";
import * as i2 from "./dropdown-item.directive";
import * as i3 from "./dropdown-menu.directive";
import * as i4 from "./dropdown-toggle.directive";
import * as i5 from "./dropdown.component";
import * as i6 from "@angular/common";
import * as i7 from "@angular/cdk/overlay";
import * as i8 from "ng-devui/window-ref";
export declare class DropDownModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DropDownModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DropDownModule, [typeof i1.DropDownDirective, typeof i2.DropDownMenuItemDirective, typeof i3.DropDownMenuDirective, typeof i4.DropDownToggleDirective, typeof i5.DropDownAppendToBodyComponent], [typeof i6.CommonModule, typeof i7.OverlayModule, typeof i8.WindowRefModule], [typeof i1.DropDownDirective, typeof i2.DropDownMenuItemDirective, typeof i3.DropDownMenuDirective, typeof i4.DropDownToggleDirective, typeof i5.DropDownAppendToBodyComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DropDownModule>;
}