@mui/x-license-pro
Version:
MUI X License verification
18 lines (17 loc) • 416 B
JavaScript
import * as React from 'react';
import LicenseInfoContext from './LicenseInfoContext';
/**
* @ignore - do not document.
*/
import { jsx as _jsx } from "react/jsx-runtime";
/**
* @ignore - do not document.
*/
export function LicenseInfoProvider(_ref) {
var info = _ref.info,
children = _ref.children;
return /*#__PURE__*/_jsx(LicenseInfoContext.Provider, {
value: info,
children: children
});
}