| 22 | }; |
| 23 | |
| 24 | interface BadgeGroupProps { |
| 25 | items: string[]; |
| 26 | onClick: (value: string) => void; |
| 27 | isActive: (value: string) => boolean; |
| 28 | mt?: string; |
| 29 | } |
| 30 | |
| 31 | interface ActiveVariants { |
| 32 | axes: Record<string, boolean>; |
nothing calls this directly
no outgoing calls
no test coverage detected