UNPKG

@atlaskit/tokens

Version:

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

3 lines (2 loc) 131 B
import { type ActiveThemeState } from './theme-config'; export type ThemeCallback = (theme: Partial<ActiveThemeState>) => unknown;