remix/ui/anchor · Type

View Source

AnchorOptions

Signature

type AnchorOptions = {
  inset?: boolean
  offset?: AnchorOffsetValue
  offsetX?: AnchorOffsetValue
  offsetY?: AnchorOffsetValue
  placement?: ExtendedAnchorPlacement
  relativeTo?: string
}