I\'m trying to get rid of my tslint error Type declaration of \'any\' loses type-safety. but I\'m struggling to figure out what the correct type would be for the Ev
Type declaration of \'any\' loses type-safety.
Taken from the ReactKonvaCore.d.ts file:
onClick?(evt: Konva.KonvaEventObject): void;
So, I'd say your event type is Konva.KonvaEventObject
Konva.KonvaEventObject