Outlook_Addin_LLM/node_modules/@fluentui/theme/lib-amd/index.js

15 lines
999 B
JavaScript
Raw Normal View History

define(["require", "exports", "tslib", "./mergeThemes", "./types/index", "./colors/index", "./effects/index", "./spacing/index", "./motion/index", "./fonts/index", "./createTheme", "./FluentTheme", "./version"], function (require, exports, tslib_1, mergeThemes_1, index_1, index_2, index_3, index_4, index_5, index_6, createTheme_1, FluentTheme_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FluentTheme = void 0;
tslib_1.__exportStar(mergeThemes_1, exports);
tslib_1.__exportStar(index_1, exports);
tslib_1.__exportStar(index_2, exports);
tslib_1.__exportStar(index_3, exports);
tslib_1.__exportStar(index_4, exports);
tslib_1.__exportStar(index_5, exports);
tslib_1.__exportStar(index_6, exports);
tslib_1.__exportStar(createTheme_1, exports);
Object.defineProperty(exports, "FluentTheme", { enumerable: true, get: function () { return FluentTheme_1.FluentTheme; } });
});
//# sourceMappingURL=index.js.map