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

5 lines
191 B
JavaScript
Raw Normal View History

2024-04-17 13:55:11 +00:00
import * as React from 'react';
export const PopupContext = /*#__PURE__*/React.createContext(null);
if (process.env.NODE_ENV !== 'production') {
PopupContext.displayName = 'PopupContext';
}