diff --git a/types/react-beautiful-dnd/index.d.ts b/types/react-beautiful-dnd/index.d.ts index 785c91c889..7bca09f9c3 100644 --- a/types/react-beautiful-dnd/index.d.ts +++ b/types/react-beautiful-dnd/index.d.ts @@ -99,6 +99,7 @@ export interface DraggableProps { draggableId: DroppableId; type?: TypeId; isDragDisabled?: boolean; + disableInteractiveElementBlocking?: boolean; children(provided: DraggableProvided, snapshot: DraggableStateSnapshot): React.ReactElement; }