@hxui/angular
Version:
An Angular library based on the [HXUI design system](https://hxui.io).
10 lines (9 loc) • 490 B
TypeScript
import { OnInit, TemplateRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class DropdownMenuDirective implements OnInit {
templateRef: TemplateRef<any>;
constructor(_templateRef: TemplateRef<any>);
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownMenuDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<DropdownMenuDirective, "[hxDropdownMenu],[hxaDropdownMenu]", ["hx-dropdown-menu"], {}, {}, never>;
}