UNPKG

@atlaskit/tokens

Version:

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

5 lines (4 loc) 236 B
declare const themeKinds: readonly ["light", "dark", "spacing", "typography", "shape", "motion"]; type ThemeKind = (typeof themeKinds)[number]; export declare const isThemeKind: (themeKind: string) => themeKind is ThemeKind; export {};