FileUploadSx
A type used to pass through sx for FileUploads (MultiFileUpload, SingleFileUpload) to FileDropzone sx props.
sx SxProps<Theme>
Allows defining system overrides as well as additional CSS styles to the applied to the top level container
dragZoneSx (state: FileDropzoneState) => SxProps<Theme>
Allows defining system overrides as well as additional CSS styles to the applied to container around children this typically contains borders, background color, etc.
dropZoneSx SxProps<Theme>
Allows defining system overrides as well as additional CSS styles to the container which the user is allowed to drop files onto By default has no visible styling