@uppy/file-input: add missing export (#5045)

This commit is contained in:
Antoine du Hamel 2024-03-28 14:02:49 +01:00 committed by GitHub
parent 21c51bda56
commit db7bfb7cfd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1 +1,2 @@
export { default } from './FileInput.tsx'
export type { FileInputOptions } from './FileInput.tsx'