UNPKG

@atlaskit/tokens

Version:

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

5 lines (4 loc) 274 B
import { type ThemeColorModes, type ThemeOptionsSchema } from '../theme-config'; type ThemeAttributeId = 'light' | 'dark'; export declare function findMissingCustomStyleElements(UNSAFE_themeOptions: ThemeOptionsSchema, mode: ThemeColorModes): ThemeAttributeId[]; export {};