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