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