(value: number)
| 27 | onChange={(event) => { |
| 28 | function testString(value: string) {} |
| 29 | function testNumber(value: number) {} |
| 30 | |
| 31 | testString(event.target.value); |
| 32 | // @ts-expect-error |
no outgoing calls
no test coverage detected
searching dependent graphs…