@sanity/ui
Version:
The Sanity UI components.
14 lines (11 loc) • 324 B
text/typescript
import {ThemeColorAvatarColorKey} from '../../color/_system'
/**
* @public
* @deprecated Use `ThemeColorAvatarColorKey` instead
*/
export type ThemeColorSpotKey = ThemeColorAvatarColorKey
/**
* @public
* @deprecated Use `ThemeColorAvatar_v2` instead
*/
export type ThemeColorSpot = Record<ThemeColorSpotKey, string>