@progress/kendo-react-common 14.4.1-develop.1 → 14.4.1-develop.10

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.
@@ -13,4 +13,6 @@ export type CustomComponent<P = unknown> = React.ComponentType<P> | React.ReactE
13
13
  /**
14
14
  * @hidden
15
15
  */
16
- export declare const useCustomComponent: <P = unknown>(comp: React.ExoticComponent<React.FragmentProps> | CustomComponent<P> | null) => [string | React.ComponentType<P & React.RefAttributes<unknown>>, Partial<P>];
16
+ export declare const useCustomComponent: <P = unknown>(comp: CustomComponent<P> | React.ExoticComponent<{
17
+ children?: React.ReactNode;
18
+ }> | null) => [string | React.ComponentType<P & React.RefAttributes<unknown>>, Partial<P>];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-common",
3
- "version": "14.4.1-develop.1",
3
+ "version": "14.4.1-develop.10",
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",