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.
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/shared/models/components/common.model.d.ts +0 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/shared/models/components/common.model.d.ts +0 -1
- package/dist/index.d.ts +0 -1
- package/package.json +1 -1
@@ -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;
|