dfh-ui-library 1.12.764 → 1.12.766

Sign up to get free protection for your applications and to get access to all the features.
@@ -313,6 +313,7 @@ export interface CustomFileInputProps {
313
313
  setFileName?: (fileNameProps: FileNameProps) => void;
314
314
  pclass?: string;
315
315
  fileExt?: string;
316
+ fileType?: string;
316
317
  }
317
318
  export interface ToolTipProps {
318
319
  tooltipIcon?: string;