FrontPastel/node_modules/@mui/base/Unstable_Popup/PopupContext.js

5 lines
191 B
JavaScript

import * as React from 'react';
export const PopupContext = /*#__PURE__*/React.createContext(null);
if (process.env.NODE_ENV !== 'production') {
PopupContext.displayName = 'PopupContext';
}