UNPKG

@atlaskit/tokens

Version:

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

8 lines (7 loc) 204 B
export type CSSColor = `#${string}`; /** * ThemeOptionsSchema: additional configuration options used to customize Atlassian's themes */ export interface ThemeOptionsSchema { brandColor: CSSColor; }