Ver código fonte

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

Antoine du Hamel 1 ano atrás
pai
commit
db7bfb7cfd
1 arquivos alterados com 1 adições e 0 exclusões
  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'