UNPKG

@atlaskit/tokens

Version:

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

7 lines (6 loc) 214 B
import tokens from '../artifacts/token-names'; type Token = keyof typeof tokens; export declare function reduceTokenMap(tokenMap: { [key in Token]?: number | string; }, themeRamp: string[]): string; export {};