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

Interface Star

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

Source from the content-addressed store, hash-verified

4import { motion, useAnimation } from 'framer-motion'
5
6interface Star {
7 id: number
8 x: number
9 y: number
10 size: number
11 speed: number
12}
13
14const StarWarsButton: React.FC = () => {
15 const buttonRef = useRef<HTMLButtonElement>(null)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected