UNPKG

@uppy/react

Version:

React component wrappers around Uppy's official UI plugins.

6 lines 314 B
import type { FileInputFunctions, FileInputProps } from '@uppy/components'; import { type ChangeEvent } from 'react'; type TEvent = Event & ChangeEvent<HTMLInputElement>; export declare function useFileInput(props?: FileInputProps): FileInputFunctions<TEvent>; export {}; //# sourceMappingURL=useFileInput.d.ts.map