UNPKG

@sanity/ui

Version:

The Sanity UI components.

11 lines (9 loc) 259 B
import {createGlobalScopedContext} from '../../lib/createGlobalScopedContext' import {TreeContextValue} from './types' /** * @internal */ export const TreeContext = createGlobalScopedContext<TreeContextValue | null>( '@sanity/ui/context/tree', null, )