mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-13 12:37:16 +08:00
Make destination nullable
This commit is contained in:
2
types/react-beautiful-dnd/index.d.ts
vendored
2
types/react-beautiful-dnd/index.d.ts
vendored
@@ -29,7 +29,7 @@ export interface DragStart {
|
||||
}
|
||||
|
||||
export interface DragUpdate extends DragStart {
|
||||
destination?: DraggableLocation;
|
||||
destination?: DraggableLocation | null;
|
||||
}
|
||||
|
||||
export interface DropResult {
|
||||
|
||||
Reference in New Issue
Block a user