UNPKG

@atlaskit/primitives

Version:

Primitives are token-backed low-level building blocks.

7 lines (6 loc) 269 B
export declare const borderWidthMap: { 'border.width': 'var(--ds-border-width)'; 'border.width.selected': 'var(--ds-border-width-selected)'; 'border.width.focused': 'var(--ds-border-width-focused)'; }; export type BorderWidth = keyof typeof borderWidthMap;