highlight.ts 100 B

12345
  1. export type Highlight = {
  2. cursor: { row: number; column: number }
  3. hue: number
  4. label: string
  5. }