MCPcopy Create free account
hub / github.com/SyntaxUI/syntaxui / Position

Interface Position

src/showcase/components/button/MagneticButton.tsx:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { motion } from 'framer-motion';
5
6interface Position {
7 x: number;
8 y: number;
9}
10
11export default function MagneticButton() {
12 const ref = useRef<HTMLButtonElement>(null);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected