UNPKG

@hxui/angular

Version:

This README includes the steps that are necessary to import the HxUi-angular into a project or to contribute with development.

6 lines (5 loc) 271 B
import { TemplateRef, ViewContainerRef } from '@angular/core'; import { DropdownState } from './dropdown.state'; export declare class DropdownMenuDirective { constructor(_state: DropdownState, _viewContainer: ViewContainerRef, _templateRef: TemplateRef<any>); }