| 2 | import type Y from 'yjs' |
| 3 | |
| 4 | export interface CursorData extends Record<string, unknown> { |
| 5 | name: string |
| 6 | color: string |
| 7 | avatar?: string |
| 8 | } |
| 9 | |
| 10 | export type CursorState<T extends CursorData = CursorData> = { |
| 11 | relativeSelection: RelativeRange | null |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…