UNPKG

@sanity/ui

Version:

The Sanity UI components.

8 lines (6 loc) 242 B
import {createGlobalScopedContext} from '../../lib/createGlobalScopedContext' import {ToastContextValue} from './types' export const ToastContext = createGlobalScopedContext<ToastContextValue | null>( '@sanity/ui/context/toast', null, )