Outlook_Addin_LLM/node_modules/@fluentui/theme/lib-amd/effects/DefaultEffects.js

15 lines
598 B
JavaScript

define(["require", "exports", "./FluentDepths"], function (require, exports, FluentDepths_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DefaultEffects = void 0;
exports.DefaultEffects = {
elevation4: FluentDepths_1.Depths.depth4,
elevation8: FluentDepths_1.Depths.depth8,
elevation16: FluentDepths_1.Depths.depth16,
elevation64: FluentDepths_1.Depths.depth64,
roundedCorner2: '2px',
roundedCorner4: '4px',
roundedCorner6: '6px',
};
});
//# sourceMappingURL=DefaultEffects.js.map