@coreui/angular
Version:
CoreUI for Angular UI components library
15 lines (14 loc) • 1.35 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./dropdown/dropdown.component";
import * as i2 from "./dropdown-divider/dropdown-divider.directive";
import * as i3 from "./dropdown-header/dropdown-header.directive";
import * as i4 from "./dropdown-item/dropdown-item.directive";
import * as i5 from "./dropdown-item/dropdown-item-plain.directive";
import * as i6 from "./dropdown-menu/dropdown-menu.directive";
import * as i7 from "./dropdown-close/dropdown-close.directive";
import * as i8 from "@angular/common";
export declare class DropdownModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DropdownModule, [typeof i1.DropdownComponent, typeof i2.DropdownDividerDirective, typeof i3.DropdownHeaderDirective, typeof i4.DropdownItemDirective, typeof i5.DropdownItemPlainDirective, typeof i1.DropdownToggleDirective, typeof i6.DropdownMenuDirective, typeof i7.DropdownCloseDirective], [typeof i8.CommonModule], [typeof i1.DropdownComponent, typeof i2.DropdownDividerDirective, typeof i3.DropdownHeaderDirective, typeof i4.DropdownItemDirective, typeof i5.DropdownItemPlainDirective, typeof i1.DropdownToggleDirective, typeof i6.DropdownMenuDirective, typeof i7.DropdownCloseDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DropdownModule>;
}