| 9 | const BTN_Y = 360; // cursor tip target Y |
| 10 | |
| 11 | export interface CursorExampleProps { |
| 12 | variant?: "arrow" | "pointer"; |
| 13 | size?: number; |
| 14 | rippleColor?: string; |
| 15 | } |
| 16 | |
| 17 | export const cursorExampleControls = [ |
| 18 | "variant", |
nothing calls this directly
no outgoing calls
no test coverage detected