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

Interface Star

src/showcase/components/loaders/ConstellationLoader.tsx:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { motion } from 'framer-motion'
5
6interface Star {
7 x: number
8 y: number
9 size: number
10}
11
12const ConstellationLoader: React.FC = () => {
13 const [stars, setStars] = useState<Star[]>([])

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected