UNPKG

@atlaskit/tokens

Version:

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

3 lines (2 loc) 123 B
import type { ThemeIds } from './theme-config'; export declare const isThemeIds: (themeId: string) => themeId is ThemeIds;