| 4 | }; |
| 5 | |
| 6 | export interface CursorAnimationOptions { |
| 7 | frames?: AnimationKeyFrame[]; |
| 8 | options?: Partial<AnimationEffectTiming>; |
| 9 | } |
| 10 | |
| 11 | export interface CursorOptions { |
| 12 | autoPause?: boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…