type Props = { x: number; y: number; }; export function Cursor({ x, y }: Props) { return ( ); }