UNPKG

@hxui/angular

Version:

An Angular library based on the [HXUI design system](https://hxui.io).

13 lines (12 loc) 869 B
import { ModuleWithProviders } from '@angular/core'; import * as i0 from "@angular/core"; import * as i1 from "./dropdown-menu.directive"; import * as i2 from "./dropdown-toggle.directive"; import * as i3 from "./dropdown.directive"; import * as i4 from "./dropdown-item.directive"; export declare class DropdownModule { static forRoot(config?: any): ModuleWithProviders<DropdownModule>; static ɵfac: i0.ɵɵFactoryDeclaration<DropdownModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DropdownModule, [typeof i1.DropdownMenuDirective, typeof i2.DropdownToggleDirective, typeof i3.DropdownDirective, typeof i4.DropdownItemDirective], never, [typeof i1.DropdownMenuDirective, typeof i2.DropdownToggleDirective, typeof i3.DropdownDirective, typeof i4.DropdownItemDirective]>; static ɵinj: i0.ɵɵInjectorDeclaration<DropdownModule>; }