dfh-ui-library 1.13.53 → 1.13.54
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.
@@ -107,7 +107,7 @@ export interface IHookFormsInputProps extends InputHTMLAttributes<HTMLInputEleme
|
|
107
107
|
*/
|
108
108
|
labelName?: string;
|
109
109
|
isCrossIcon?: boolean;
|
110
|
-
isCrossIconHandler?: () => void;
|
110
|
+
isCrossIconHandler?: (e: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
|
111
111
|
/**
|
112
112
|
* Set the Label Type
|
113
113
|
*/
|
@@ -107,7 +107,7 @@ export interface IHookFormsInputProps extends InputHTMLAttributes<HTMLInputEleme
|
|
107
107
|
*/
|
108
108
|
labelName?: string;
|
109
109
|
isCrossIcon?: boolean;
|
110
|
-
isCrossIconHandler?: () => void;
|
110
|
+
isCrossIconHandler?: (e: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
|
111
111
|
/**
|
112
112
|
* Set the Label Type
|
113
113
|
*/
|
package/dist/index.d.ts
CHANGED
@@ -944,7 +944,7 @@ interface IHookFormsInputProps extends InputHTMLAttributes<HTMLInputElement> {
|
|
944
944
|
*/
|
945
945
|
labelName?: string;
|
946
946
|
isCrossIcon?: boolean;
|
947
|
-
isCrossIconHandler?: () => void;
|
947
|
+
isCrossIconHandler?: (e: React__default.MouseEvent<HTMLDivElement, MouseEvent>) => void;
|
948
948
|
/**
|
949
949
|
* Set the Label Type
|
950
950
|
*/
|