| 77 | }; |
| 78 | |
| 79 | interface CircularTextProps { |
| 80 | angleSpan?: number; |
| 81 | className?: string; |
| 82 | position: "top" | "bottom"; |
| 83 | radius: number; |
| 84 | text: string; |
| 85 | } |
| 86 | |
| 87 | const CircularText = ({ |
| 88 | text, |
nothing calls this directly
no outgoing calls
no test coverage detected