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.
2 parents 4e93391 + d1c731b commit 1a10c56Copy full SHA for 1a10c56
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