Typescript: React event types

What is the correct type for React events? Initially I just used any for the sake of simplicity. Now, I am trying to clean things up and avoid use of any completely. So in a simple form like this: ...