dfh-ui-library 1.3.3 → 1.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -291,6 +291,8 @@ export interface DropdownSearchProps {
291
291
  additionalClasses?: string;
292
292
  readOnly?: boolean;
293
293
  isBorderedError?: boolean;
294
+ AddMeBtnClick: () => void;
295
+ AddUnregisterBtnClick: () => void;
294
296
  }
295
297
  export type LableTypes = "default" | "black" | "smallSelect" | "blackSmall" | "formLabel" | "formLabelMedeum";
296
298
  export interface ButtonGroupProps {