UNPKG

@sanity/ui

Version:

The Sanity UI components.

11 lines (9 loc) 260 B
import {createGlobalScopedContext} from '../lib/createGlobalScopedContext' import {ThemeContextValue} from './types' /** * @internal */ export const ThemeContext = createGlobalScopedContext<ThemeContextValue | null>( '@sanity/ui/context/theme', null, )