UNPKG

@hxui/angular

Version:

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

12 lines (11 loc) 553 B
import { ElementRef } from '@angular/core'; import { DropdownDirective } from './dropdown.directive'; import * as i0 from "@angular/core"; export declare class DropdownItemDirective { elementRef: ElementRef; private dropdown; onClick(event: any): void; constructor(elementRef: ElementRef, dropdown: DropdownDirective); static ɵfac: i0.ɵɵFactoryDeclaration<DropdownItemDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<DropdownItemDirective, "[hxDropdownItem],[hxaDropdownItem]", never, {}, {}, never>; }