mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-26 03:39:27 -06:00
5 lines
191 B
JavaScript
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';
|
|
} |