Variable MouseEvent

    MouseEvent: {
        prototype: MouseEvent;
        new (type: string, eventInitDict?: MouseEventInit): MouseEvent;
    }