MCPcopy Create free account
hub / github.com/Remocn/remocn / CursorExampleProps

Interface CursorExampleProps

components/docs/examples/cursor-example.tsx:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected