UNPKG

@toolpad/core

Version:

Dashboard framework powered by Material UI.

8 lines (6 loc) 158 B
'use client'; import * as React from 'react'; /** * @ignore - internal component. */ export const DialogsContext = /*#__PURE__*/React.createContext(null);