MCPcopy
hub / github.com/pqoqubbw/icons / CircularTextProps

Interface CircularTextProps

components/sponsorship/stamp.tsx:79–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77};
78
79interface CircularTextProps {
80 angleSpan?: number;
81 className?: string;
82 position: "top" | "bottom";
83 radius: number;
84 text: string;
85}
86
87const CircularText = ({
88 text,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected