dfh-ui-library 1.13.129 → 1.13.130
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.
@@ -52,7 +52,7 @@ export interface ITyphographyProps extends IChildrenProp, IAdditionalClassesProp
|
|
52
52
|
* Set font-color of the content
|
53
53
|
*/
|
54
54
|
color?: string;
|
55
|
-
onClick?: (e?: React.MouseEvent<HTMLButtonElement>) => void;
|
55
|
+
onClick?: (e?: React.MouseEvent<HTMLButtonElement> | React.MouseEvent<HTMLElement>) => void;
|
56
56
|
disabled?: boolean;
|
57
57
|
}
|
58
58
|
export interface ITyphographyFormGenProps extends IChildrenProp, IAdditionalClassesProp {
|
@@ -52,7 +52,7 @@ export interface ITyphographyProps extends IChildrenProp, IAdditionalClassesProp
|
|
52
52
|
* Set font-color of the content
|
53
53
|
*/
|
54
54
|
color?: string;
|
55
|
-
onClick?: (e?: React.MouseEvent<HTMLButtonElement>) => void;
|
55
|
+
onClick?: (e?: React.MouseEvent<HTMLButtonElement> | React.MouseEvent<HTMLElement>) => void;
|
56
56
|
disabled?: boolean;
|
57
57
|
}
|
58
58
|
export interface ITyphographyFormGenProps extends IChildrenProp, IAdditionalClassesProp {
|
package/dist/index.d.ts
CHANGED
@@ -954,7 +954,7 @@ interface ITyphographyProps extends IChildrenProp, IAdditionalClassesProp {
|
|
954
954
|
* Set font-color of the content
|
955
955
|
*/
|
956
956
|
color?: string;
|
957
|
-
onClick?: (e?: React__default.MouseEvent<HTMLButtonElement>) => void;
|
957
|
+
onClick?: (e?: React__default.MouseEvent<HTMLButtonElement> | React__default.MouseEvent<HTMLElement>) => void;
|
958
958
|
disabled?: boolean;
|
959
959
|
}
|
960
960
|
interface ITyphographyFormGenProps extends IChildrenProp, IAdditionalClassesProp {
|