| 30 | } |
| 31 | |
| 32 | interface BadgeGroupProps { |
| 33 | items: string[]; |
| 34 | onClick: (value: string) => void; |
| 35 | isActive: (value: string) => boolean; |
| 36 | } |
| 37 | |
| 38 | interface ActiveVariants { |
| 39 | axes: Record<string, boolean>; |
nothing calls this directly
no outgoing calls
no test coverage detected