UNPKG

@xui/components

Version:

xUI Components for Angular

5 lines (4 loc) 136 B
import { ElementRef } from '@angular/core'; export type ContextMenuAnchor = HTMLElement | ElementRef | { elementRef: ElementRef; };