UNPKG

@mui/material

Version:

React components that implement Google's Material Design.

8 lines (6 loc) 216 B
import { createContext } from 'react'; var DialogContext = /*#__PURE__*/createContext({}); if (process.env.NODE_ENV !== 'production') { DialogContext.displayName = 'DialogContext'; } export default DialogContext;