dfh-ui-library 1.12.763 → 1.12.765

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;
@@ -384,6 +385,7 @@ export interface DropdownSearchProps {
384
385
  isBorderedError?: boolean;
385
386
  listHeader?: string;
386
387
  selected?: string;
388
+ clearAction?: () => void;
387
389
  }
388
390
  export interface DropdownVersionProps {
389
391
  options?: OptionProps[];