dfh-ui-library 1.3.4 → 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.
- 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 +2 -0
- 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 +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
|
@@ -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 {
|