Outlook_Addin_LLM/node_modules/@fluentui/tokens/lib-commonjs/global/strokeWidths.js

17 lines
358 B
JavaScript
Raw Permalink Normal View History

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "strokeWidths", {
enumerable: true,
get: function() {
return strokeWidths;
}
});
const strokeWidths = {
strokeWidthThin: '1px',
strokeWidthThick: '2px',
strokeWidthThicker: '3px',
strokeWidthThickest: '4px'
};