export type Cursor = {
  x: number
  y: number
  visible: boolean
}
