UNPKG

218 BJavaScriptView Raw
1import { createContext } from 'react';
2const DialogContext = /*#__PURE__*/createContext({});
3
4if (process.env.NODE_ENV !== 'production') {
5 DialogContext.displayName = 'DialogContext';
6}
7
8export default DialogContext;
\No newline at end of file