UNPKG

@atlaskit/primitives

Version:

Primitives are token-backed low-level building blocks.

8 lines (7 loc) 272 B
export declare const textWeightMap: { bold: 'var(--ds-font-weight-bold)'; medium: 'var(--ds-font-weight-medium)'; regular: 'var(--ds-font-weight-regular)'; semibold: 'var(--ds-font-weight-semibold)'; }; export type TextWeight = keyof typeof textWeightMap;