@netu-si/netu-react-dsf-components 1.0.35 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12,6 +12,7 @@ export interface DSFFileUploadProps extends React.InputHTMLAttributes<HTMLInputE
12
12
  acceptedFormats?: string;
13
13
  name?: string;
14
14
  isTitle?: boolean;
15
+ hideInput?: boolean;
15
16
  onChange?: React.ChangeEventHandler<HTMLInputElement>;
16
17
  }
17
18
  declare const DSFFileUpload: ForwardRefExoticComponent<DSFFileUploadProps & RefAttributes<HTMLInputElement>>;