UNPKG

@patreon/studio

Version:

Patreon Studio Design System

5 lines (4 loc) 285 B
import type { ColorScheme } from '~/types/color-scheme'; import type { PartialTokensDefinition } from '~/types/token-defs'; export type TokenValueCacheValue = ColorScheme<PartialTokensDefinition>; export type TokenValueCacheData = Record<string, ColorScheme<PartialTokensDefinition>>;