UNPKG

@erik-efl/react-scorm-provider

Version:

Modern React Components to easily enable SCORM API communication in React projects. Updated fork of the original react-scorm-provider.

4 lines (3 loc) 145 B
import React from 'react'; declare function withScorm(): (WrappedComponent: any) => (props: any) => React.JSX.Element; export default withScorm;