UNPKG

@atlaskit/tokens

Version:

Design tokens are the single source of truth to name and store design decisions.

4 lines (3 loc) 215 B
import { type ThemeIdsWithOverrides } from '../theme-config'; import { type ThemeState } from '../theme-state'; export declare const getThemeOverridePreferences: (themeState: ThemeState) => ThemeIdsWithOverrides[];