(value: string)
| 155 | }; |
| 156 | |
| 157 | const handleActiveDisplay = (value: string) => { |
| 158 | setActive((prev) => ({ |
| 159 | ...prev, |
| 160 | display: value, |
| 161 | })); |
| 162 | }; |
| 163 | |
| 164 | const handleActiveVariant = (value: string | number) => { |
| 165 | setActive((prev) => ({ |
nothing calls this directly
no outgoing calls
no test coverage detected