@terrazzo/token-tools
Version:
Various utilities for token types
13 lines • 350 B
JavaScript
export const STROKE_STYLE_STRING_VALUES = [
'solid',
'dashed',
'dotted',
'double',
'groove',
'ridge',
'outset',
'inset',
];
export const STROKE_STYLE_OBJECT_REQUIRED_PROPERTIES = ['dashArray', 'lineCap'];
export const STROKE_STYLE_LINE_CAP_VALUES = ['round', 'butt', 'square'];
//# sourceMappingURL=stroke-style.js.map