mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-04 17:20:09 +00:00
Fix react-beautiful-dnd DropAnimation types (#36345)
This commit is contained in:
committed by
Daniel Rosenwasser
parent
f6da6d304a
commit
efa6b9e11e
5
types/react-beautiful-dnd/v10/index.d.ts
vendored
5
types/react-beautiful-dnd/v10/index.d.ts
vendored
@@ -192,6 +192,11 @@ export interface DraggableStateSnapshot {
|
||||
mode?: MovementMode;
|
||||
}
|
||||
|
||||
export interface Position {
|
||||
x: number;
|
||||
y: number;
|
||||
}
|
||||
|
||||
export interface DropAnimation {
|
||||
duration: number;
|
||||
curve: string;
|
||||
|
||||
Reference in New Issue
Block a user