import { createContext } from 'react'; import type { ToastState } from './Toasts'; export const ToastContext = createContext({} as ToastState);