UNPKG

@atlaskit/tokens

Version:

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

4 lines (3 loc) 150 B
import type { ActiveThemeState } from './theme-config'; declare const getGlobalTheme: () => Partial<ActiveThemeState>; export default getGlobalTheme;