UNPKG

@hxui/angular

Version:

* * *

7 lines (6 loc) 230 B
import { OnInit, TemplateRef } from '@angular/core'; export declare class DropdownMenuDirective implements OnInit { templateRef: TemplateRef<any>; constructor(_templateRef: TemplateRef<any>); ngOnInit(): void; }