dfh-ui-library 1.12.758 → 1.12.759

Sign up to get free protection for your applications and to get access to all the features.
@@ -377,7 +377,6 @@ export interface DropdownSearchProps {
377
377
  onSelectedValuesChange?: (selectedValue: OptionProps) => void;
378
378
  buttonProps?: BtnOptionDropdown[];
379
379
  defaultValue?: string;
380
- clearHandler?: (e?: any) => void;
381
380
  additionalErrorClasses?: string;
382
381
  error?: string;
383
382
  additionalClasses?: string;