diff --git a/types/react-beautiful-dnd/v10/index.d.ts b/types/react-beautiful-dnd/v10/index.d.ts index 6c9334c670..820c62ff4b 100644 --- a/types/react-beautiful-dnd/v10/index.d.ts +++ b/types/react-beautiful-dnd/v10/index.d.ts @@ -192,6 +192,11 @@ export interface DraggableStateSnapshot { mode?: MovementMode; } +export interface Position { + x: number; + y: number; +} + export interface DropAnimation { duration: number; curve: string;