@turnix-co/konva-editor 3.0.52 → 3.0.53

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -290,6 +290,10 @@ type MultipleChoice = {
290
290
  };
291
291
  x: number;
292
292
  y: number;
293
+ dragDropPos?: {
294
+ x: number;
295
+ y: number;
296
+ };
293
297
  width: number;
294
298
  height: number;
295
299
  rotation: number;