UNPKG

@atlaskit/tokens

Version:

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

3 lines (2 loc) 150 B
import { type ThemeIdsWithOverrides } from '../theme-config'; export declare const loadThemeCss: (themeId: ThemeIdsWithOverrides) => Promise<string>;