UNPKG

@randy.tarampi/jsx

Version:

Some common JSX components for www.randytarampi.ca

8 lines 275 B
import PropTypes from "prop-types"; import React from "react"; import { Provider } from "react-redux"; export var ReduxRoot = props => /*#__PURE__*/React.createElement(Provider, props); ReduxRoot.propTypes = { store: PropTypes.object.isRequired }; export default ReduxRoot;