Skip to content

Commit d1c731b

Browse files
author
Egor Didenko
committed
fix(types): added OutputFileEntry types
1 parent 4e93391 commit d1c731b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/react-uploader/src/libs.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ export { FileUploaderInline } from "./Uploader/Inline/FileUploaderInline";
55
export { type TProps, UploadCtxProvider } from "./Uploader/types";
66
export { type TEventsSchema } from './Uploader/types'
77

8-
export { defineLocale } from "@uploadcare/blocks"
8+
9+
export { defineLocale, type OutputFileEntry } from "@uploadcare/blocks"

0 commit comments

Comments
 (0)