import { createContext } from 'react'; import type { ToastContextValue } from '@redocly/theme/core/types'; export const ToastContext = createContext(null);