draftify-react 0.1.9 → 0.2.0

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -285,7 +285,7 @@ declare function dragHandler(
285
285
  ): void;
286
286
 
287
287
  declare function dragLeaveHandler(
288
- e: React.DragEvent,
288
+ e: React.DragEvent | React.MouseEvent<HTMLDivElement, MouseEvent>,
289
289
  output: React.RefObject<HTMLElement | null>
290
290
  ): void;
291
291
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "draftify-react",
3
- "version": "0.1.9",
3
+ "version": "0.2.0",
4
4
  "type": "module",
5
5
  "main": "dist/draftify-react.umd.js",
6
6
  "module": "dist/draftify-react.es.js",