Files
starface-outlook-sync-addin/node_modules/@fluentui/utilities/lib-commonjs/customizations/CustomizerContext.js
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

12 lines
357 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CustomizerContext = void 0;
var React = require("react");
exports.CustomizerContext = React.createContext({
customizations: {
inCustomizerContext: false,
settings: {},
scopedSettings: {},
},
});
//# sourceMappingURL=CustomizerContext.js.map