Skip to content

Commit

Permalink
Merge pull request #38 from uploadcare/fix/add-output-file-entry-types
Browse files Browse the repository at this point in the history
fix(types): added OutputFileEntry types
  • Loading branch information
egordidenko authored Jun 28, 2024
2 parents 4e93391 + d1c731b commit 1a10c56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/react-uploader/src/libs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ export { FileUploaderInline } from "./Uploader/Inline/FileUploaderInline";
export { type TProps, UploadCtxProvider } from "./Uploader/types";
export { type TEventsSchema } from './Uploader/types'

export { defineLocale } from "@uploadcare/blocks"

export { defineLocale, type OutputFileEntry } from "@uploadcare/blocks"

0 comments on commit 1a10c56

Please sign in to comment.