1 2 3
declare interface ChangeEvent extends Event { target: HTMLInputElement; }
4 5
declare interface WheelEvent {
6 7
path?: EventTarget[]; }