UNPKG

@sanity/ui

Version:

The Sanity UI components.

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