mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 11:02:11 +08:00
Update index.d.ts
missing prop type in DraggableProps interface
This commit is contained in:
1
types/react-beautiful-dnd/index.d.ts
vendored
1
types/react-beautiful-dnd/index.d.ts
vendored
@@ -130,6 +130,7 @@ export interface DraggableProps {
|
||||
isDragDisabled?: boolean;
|
||||
disableInteractiveElementBlocking?: boolean;
|
||||
children(provided: DraggableProvided, snapshot: DraggableStateSnapshot): React.ReactElement<any>;
|
||||
type?: TypeId;
|
||||
}
|
||||
|
||||
export class Draggable extends React.Component<DraggableProps> {}
|
||||
|
||||
Reference in New Issue
Block a user