react-magma-dom 4.7.0-next.24 → 4.7.0-next.25

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.
@@ -1,3 +1,4 @@
1
+ import React from 'react';
1
2
  export declare function generateId(id?: string): string;
2
3
  export declare function useGenerateId(newId?: string): string;
3
4
  export declare function omit(props: any, obj: any): any;
@@ -32,4 +33,10 @@ declare type ResolvedProps = {
32
33
  * @returns {Person} resolved props
33
34
  */
34
35
  export declare function resolveProps(defaultProps: object, props: object): ResolvedProps;
36
+ /**
37
+ * Convert ReactNode to string
38
+ * @param {object} defaultProps
39
+ * @returns string
40
+ */
41
+ export declare const reactNodeToString: (node: React.ReactNode) => string;
35
42
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-magma-dom",
3
- "version": "4.7.0-next.24",
3
+ "version": "4.7.0-next.25",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/esm/index.js",