UNPKG

@atlaskit/tokens

Version:

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

6 lines (5 loc) 289 B
import { type ThemeIds, type ThemeOverrideIds } from '../theme-config'; /** * Finds any matching increased contrast theme available for a selected theme. */ export default function getIncreasedContrastTheme(themeId: ThemeIds | ThemeOverrideIds): ThemeIds | ThemeOverrideIds | undefined;