Outlook_Addin_LLM/node_modules/@fluentui/react-motion/lib-commonjs/contexts/PresenceGroupChildContext.js

14 lines
483 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "PresenceGroupChildContext", {
enumerable: true,
get: function() {
return PresenceGroupChildContext;
}
});
const _interop_require_wildcard = require("@swc/helpers/_/_interop_require_wildcard");
const _react = /*#__PURE__*/ _interop_require_wildcard._(require("react"));
const PresenceGroupChildContext = /*#__PURE__*/ _react.createContext(undefined);