UNPKG

@xui/components

Version:

xUI Components for Angular

6 lines (5 loc) 199 B
import { ElementRef } from '@angular/core'; export type TooltipPosition = 'left' | 'right' | 'top' | 'bottom'; export type TooltipAnchor = HTMLElement | ElementRef | { elementRef: ElementRef; };