UNPKG

@atlaskit/tokens

Version:

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

10 lines (9 loc) 259 B
export declare const additionalContrastChecker: ({ customThemeTokenMap, mode, themeRamp, }: { customThemeTokenMap: { [key: string]: number | string; }; mode: "light" | "dark"; themeRamp: string[]; }) => { [key: string]: number; };