react-magma-dom 5.1.0-rc.19 → 5.1.0-rc.21

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