@progress/kendo-react-common 9.0.0-develop.10 → 9.0.0-develop.11

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/index.d.mts CHANGED
@@ -129,13 +129,9 @@ export declare interface AppearActive extends AnimationStatesClasses {
129
129
  /**
130
130
  * @hidden
131
131
  */
132
- export declare const applyDefaultProps: (props: {
132
+ export declare const applyDefaultProps: <PropsType>(props: PropsType, defaultProps: {
133
133
  [key: string]: any;
134
- }, defaultProps: {
135
- [key: string]: any;
136
- }) => {
137
- [x: string]: any;
138
- };
134
+ }) => PropsType;
139
135
 
140
136
  /**
141
137
  * @hidden
package/index.d.ts CHANGED
@@ -129,13 +129,9 @@ export declare interface AppearActive extends AnimationStatesClasses {
129
129
  /**
130
130
  * @hidden
131
131
  */
132
- export declare const applyDefaultProps: (props: {
132
+ export declare const applyDefaultProps: <PropsType>(props: PropsType, defaultProps: {
133
133
  [key: string]: any;
134
- }, defaultProps: {
135
- [key: string]: any;
136
- }) => {
137
- [x: string]: any;
138
- };
134
+ }) => PropsType;
139
135
 
140
136
  /**
141
137
  * @hidden
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-common",
3
- "version": "9.0.0-develop.10",
3
+ "version": "9.0.0-develop.11",
4
4
  "description": "React Common package delivers common utilities that can be used with the KendoReact UI components. KendoReact Common Utilities package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",