UNPKG

@sanity/ui

Version:

The Sanity UI components.

17 lines (14 loc) 276 B
import {ThemeColorStateToneKey} from './_system' /** * @public */ export interface ThemeColorBadgeTone_v2 { bg: string fg: string dot: string icon: string } /** * @public */ export type ThemeColorBadge_v2 = Record<ThemeColorStateToneKey, ThemeColorBadgeTone_v2>