@upandgo/react-scorm-provider
Advanced tools
Comparing version 0.1.8 to 0.1.9
@@ -60,4 +60,5 @@ import React from "react"; | ||
export declare const withScorm: <T extends React.FunctionComponent | React.ReactElement>() => ( | ||
component: T | ||
) => T; | ||
export declare const withScorm: <T extends | ||
| React.FunctionComponent | ||
| React.ComponentClass | ||
| React.ClassicComponent>() => (component: T) => T; |
{ | ||
"name": "@upandgo/react-scorm-provider", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "Components to easily enable SCORM API communication in React projects.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30632
387