UNPKG

@mui/x-license-pro

Version:
18 lines (17 loc) 416 B
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 }); }