UNPKG

@mui/x-license

Version:
19 lines (18 loc) 393 B
import * as React from 'react'; import MuiLicenseInfoContext from "./MuiLicenseInfoContext.mjs"; /** * @ignore - do not document. */ import { jsx as _jsx } from "react/jsx-runtime"; /** * @ignore - do not document. */ export function LicenseInfoProvider({ info, children }) { return /*#__PURE__*/_jsx(MuiLicenseInfoContext.Provider, { value: info, children: children }); }