Outlook_Addin_LLM/node_modules/@fluentui/theme/lib-commonjs/spacing/DefaultSpacing.js

11 lines
259 B
JavaScript
Raw Normal View History

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DefaultSpacing = void 0;
exports.DefaultSpacing = {
s2: '4px',
s1: '8px',
m: '16px',
l1: '20px',
l2: '32px',
};
//# sourceMappingURL=DefaultSpacing.js.map