UNPKG

@sanity/ui

Version:

The Sanity UI components.

7 lines (5 loc) 189 B
import {RootTheme, RootTheme_v2} from '../system' /** @internal */ export function is_v0(themeProp: RootTheme | RootTheme_v2): themeProp is RootTheme { return themeProp._version === 0 }