UNPKG

xui

Version:

xUI Components for Angular

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