remix/ui/popover · Interface

View Source

PopoverContext

Signature

interface PopoverContext {
  anchor: AnchorRef | null
  hideFocusTarget: HTMLElement | null
  showFocusTarget: HTMLElement | null
  surface: HTMLElement | null
}