UNPKG

@toolpad/core

Version:

Dashboard framework powered by Material UI.

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