Variable DragEvent

    DragEvent: {
        prototype: DragEvent;
        new (type: string, eventInitDict?: DragEventInit): DragEvent;
    }