Skip to content

remix/ui/anchor · Interface

View Source

AnchorPoint

Signature

interface AnchorPoint {
  height?: number
  width?: number
  x: number
  y: number
}