Skip to main content

Interface: TokenMap

Defined in: packages/uimatch-core/src/types/index.ts:51

Token map for design tokens

Properties

color?

optional color: Record<string, string>;

Defined in: packages/uimatch-core/src/types/index.ts:53

Color tokens (CSS variable name -> hex color)


radius?

optional radius: Record<string, string>;

Defined in: packages/uimatch-core/src/types/index.ts:57

Radius tokens (CSS variable name -> px value)


spacing?

optional spacing: Record<string, string>;

Defined in: packages/uimatch-core/src/types/index.ts:55

Spacing tokens (CSS variable name -> px value)


typography?

optional typography: Record<string, string>;

Defined in: packages/uimatch-core/src/types/index.ts:59

Typography tokens (CSS variable name -> value)