@nova-ui/bits
Version:
SolarWinds Nova Framework
13 lines (12 loc) • 464 B
TypeScript
export type PopoverPlacement = "left" | "right" | "top" | "bottom";
export type PopoverTrigger = "click" | "mouseenter" | "mouseleave" | "focus" | "blur" | "openPopoverSubject";
export declare enum PopoverOverlayPosition {
leftTop = "left-top",
leftBottom = "left-bottom",
rightTop = "right-top",
rightBottom = "right-bottom",
topLeft = "top-left",
topRight = "top-right",
bottomLeft = "bottom-left",
bottomRight = "bottom-right"
}