@bimeister/pupakit.kit
Version:
PupaKit is an open source collection of Angular components based on an atomic approach to building interfaces, which guarantees better performance and greater development flexibility.
16 lines (15 loc) • 1.25 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./components/dropdown-menu/dropdown-menu.component";
import * as i2 from "./components/dropdown-menu-item/dropdown-menu-item.component";
import * as i3 from "./components/dropdown-menu-separator/dropdown-menu-separator.component";
import * as i4 from "@angular/common";
import * as i5 from "@bimeister/pupakit.icons";
import * as i6 from "@angular/cdk/overlay";
import * as i7 from "../scrollable/scrollable.module";
import * as i8 from "../option/option.module";
import * as i9 from "../theme-wrapper/theme-wrapper.module";
export declare class PupaDropdownMenuModule {
static ɵfac: i0.ɵɵFactoryDeclaration<PupaDropdownMenuModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<PupaDropdownMenuModule, [typeof i1.DropdownMenuComponent, typeof i2.DropdownMenuItemComponent, typeof i3.DropdownMenuSeparatorComponent], [typeof i4.CommonModule, typeof i5.PupaIconsModule, typeof i6.OverlayModule, typeof i7.PupaScrollableModule, typeof i8.PupaOptionModule, typeof i9.PupaThemeWrapperModule], [typeof i1.DropdownMenuComponent, typeof i2.DropdownMenuItemComponent, typeof i3.DropdownMenuSeparatorComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<PupaDropdownMenuModule>;
}