UNPKG

@sanity/ui

Version:

The Sanity UI components.

8 lines (6 loc) 282 B
import {createGlobalScopedContext} from '../../lib/createGlobalScopedContext' import {BoundaryElementContextValue} from './types' export const BoundaryElementContext = createGlobalScopedContext<BoundaryElementContextValue | null>( '@sanity/ui/context/boundaryElement', null, )