Outlook_Addin_LLM/node_modules/@fluentui/react-jsx-runtime/lib-commonjs/utils/DevRuntime.js

14 lines
431 B
JavaScript
Raw Normal View History

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "DevRuntime", {
enumerable: true,
get: function() {
return DevRuntime;
}
});
const _interop_require_wildcard = require("@swc/helpers/_/_interop_require_wildcard");
const _jsxdevruntime = /*#__PURE__*/ _interop_require_wildcard._(require("react/jsx-dev-runtime"));
const DevRuntime = _jsxdevruntime;