dfh-ui-library 1.12.763 → 1.12.764

Sign up to get free protection for your applications and to get access to all the features.
@@ -384,6 +384,7 @@ export interface DropdownSearchProps {
384
384
  isBorderedError?: boolean;
385
385
  listHeader?: string;
386
386
  selected?: string;
387
+ clearAction?: () => void;
387
388
  }
388
389
  export interface DropdownVersionProps {
389
390
  options?: OptionProps[];