We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e93391 commit d1c731bCopy full SHA for d1c731b
packages/react-uploader/src/libs.ts
@@ -5,4 +5,5 @@ export { FileUploaderInline } from "./Uploader/Inline/FileUploaderInline";
5
export { type TProps, UploadCtxProvider } from "./Uploader/types";
6
export { type TEventsSchema } from './Uploader/types'
7
8
-export { defineLocale } from "@uploadcare/blocks"
+
9
+export { defineLocale, type OutputFileEntry } from "@uploadcare/blocks"
0 commit comments