@mbao01/common
Advanced tools
Comparing version 0.0.35 to 0.0.36
@@ -1,2 +0,2 @@ | ||
import type { Dispatch, SetStateAction } from "react"; | ||
import type { Dispatch, Ref, SetStateAction } from "react"; | ||
import type { DropzoneState, DropzoneOptions } from "react-dropzone"; | ||
@@ -22,2 +22,3 @@ export type FileUploaderProps = { | ||
direction: DirectionOptions; | ||
hiddenInputRef: Ref<HTMLInputElement>; | ||
}; |
{ | ||
"name": "@mbao01/common", | ||
"private": false, | ||
"version": "0.0.35", | ||
"version": "0.0.36", | ||
"type": "module", | ||
@@ -148,3 +148,3 @@ "author": "Ayomide Bakare", | ||
}, | ||
"gitHead": "4e024b19d151c05b6c1580f461e348f5376c33b9" | ||
"gitHead": "56575cccb960383ac1b9397068161bbd1b25a477" | ||
} |
@@ -1,2 +0,2 @@ | ||
import type { Dispatch, SetStateAction } from "react"; | ||
import type { Dispatch, Ref, SetStateAction } from "react"; | ||
import type { DropzoneState, DropzoneOptions } from "react-dropzone"; | ||
@@ -27,2 +27,3 @@ | ||
direction: DirectionOptions; | ||
hiddenInputRef: Ref<HTMLInputElement>; | ||
}; |
Sorry, the diff of this file is not supported yet
307236
7383