Browse Source

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

Antoine du Hamel 1 year ago
parent
commit
db7bfb7cfd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/@uppy/file-input/src/index.ts

+ 1 - 0
packages/@uppy/file-input/src/index.ts

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