mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Added disableInteractiveElementBlocking property which was missing
See docs. Props of <Draggable> ``` disableInteractiveElementBlocking: An optional flag to opt out of blocking a drag from interactive elements. For more information refer to the section Interactive child elements within a Draggable ```
This commit is contained in:
1
types/react-beautiful-dnd/index.d.ts
vendored
1
types/react-beautiful-dnd/index.d.ts
vendored
@@ -99,6 +99,7 @@ export interface DraggableProps {
|
||||
draggableId: DroppableId;
|
||||
type?: TypeId;
|
||||
isDragDisabled?: boolean;
|
||||
disableInteractiveElementBlocking?: boolean;
|
||||
children(provided: DraggableProvided, snapshot: DraggableStateSnapshot): React.ReactElement<any>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user