react-magma-dom 4.10.0-next.4 → 4.10.0-next.6

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.
@@ -40,4 +40,6 @@ export declare function resolveProps(defaultProps: object, props: object): Resol
40
40
  * @returns string
41
41
  */
42
42
  export declare const reactNodeToString: (node: React.ReactNode) => string;
43
+ export declare function collectTextFromReactNode(node: React.ReactNode): string;
44
+ export declare const mergeRefs: <T>(...refs: React.Ref<T>[]) => (node: T) => void;
43
45
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-magma-dom",
3
- "version": "4.10.0-next.4",
3
+ "version": "4.10.0-next.6",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "homepage": "https://react-magma.cengage.com",