| 9 | } |
| 10 | |
| 11 | export interface CursorOptions { |
| 12 | autoPause?: boolean; |
| 13 | autoPauseDelay?: number; |
| 14 | animation?: CursorAnimationOptions; |
| 15 | } |
| 16 | |
| 17 | export interface Options { |
| 18 | breakLines?: boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…