UNPKG

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