Interface IFileInputProps
Properties
Optional auto
auto: boolean
filterFiles
filterFiles: function
Type declaration
-
- (files: File[]): File[] | Promise<File[]>
-
Parameters
Returns File[]
|
Promise<File[]>
initIndex
initIndex: number
maxAmount
maxAmount: number
Optional onChange
onChange: function
onError
onError: function