MCPcopy
hub / github.com/codeforreal1/compressO / DotPatternProps

Interface DotPatternProps

src/ui/Patterns/DotPattern.tsx:5–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { cn } from '@/utils/tailwind'
4
5interface DotPatternProps {
6 width?: any
7 height?: any
8 x?: any
9 y?: any
10 cx?: any
11 cy?: any
12 cr?: any
13 className?: string
14 [key: string]: any
15}
16function DotPattern({
17 width = 50,
18 height = 50,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected