mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Better DropAnimation typings (#37197)
Change reference of Position to the local interface.
This commit is contained in:
parent
0e7421f1c7
commit
693374319f
5
types/react-beautiful-dnd/index.d.ts
vendored
5
types/react-beautiful-dnd/index.d.ts
vendored
@ -200,6 +200,11 @@ export interface DropAnimation {
|
||||
scale?: number;
|
||||
}
|
||||
|
||||
export interface Position {
|
||||
x: number;
|
||||
y: number;
|
||||
}
|
||||
|
||||
export interface DraggableProps {
|
||||
draggableId: DroppableId;
|
||||
index: number;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user