dfh-ui-library 1.12.754 → 1.12.755

Sign up to get free protection for your applications and to get access to all the features.
@@ -65,7 +65,7 @@ export interface IComponent {
65
65
  }
66
66
  export interface IconProps {
67
67
  classes?: string;
68
- onClick?: () => void;
68
+ onClick?: (e?: any) => void;
69
69
  imageUrl?: string;
70
70
  onFocus?: () => void;
71
71
  color?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.12.754",
3
+ "version": "1.12.755",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",