Outlook_Addin_LLM/node_modules/@fluentui/react-hooks/lib-amd/index.js

26 lines
2.0 KiB
JavaScript

define(["require", "exports", "tslib", "./useAsync", "./useBoolean", "./useConst", "./useConstCallback", "./useControllableValue", "./useEventCallback", "./useForceUpdate", "./useId", "./useMergedRefs", "./useMount", "./useMountSync", "./useOnEvent", "./usePrevious", "./useRefEffect", "./useSetInterval", "./useSetTimeout", "./useTarget", "./useUnmount", "./useWarnings", "@fluentui/utilities", "./version"], function (require, exports, tslib_1, useAsync_1, useBoolean_1, useConst_1, useConstCallback_1, useControllableValue_1, useEventCallback_1, useForceUpdate_1, useId_1, useMergedRefs_1, useMount_1, useMountSync_1, useOnEvent_1, usePrevious_1, useRefEffect_1, useSetInterval_1, useSetTimeout_1, useTarget_1, useUnmount_1, useWarnings_1, utilities_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.useIsomorphicLayoutEffect = void 0;
tslib_1.__exportStar(useAsync_1, exports);
tslib_1.__exportStar(useBoolean_1, exports);
tslib_1.__exportStar(useConst_1, exports);
tslib_1.__exportStar(useConstCallback_1, exports);
tslib_1.__exportStar(useControllableValue_1, exports);
tslib_1.__exportStar(useEventCallback_1, exports);
tslib_1.__exportStar(useForceUpdate_1, exports);
tslib_1.__exportStar(useId_1, exports);
tslib_1.__exportStar(useMergedRefs_1, exports);
tslib_1.__exportStar(useMount_1, exports);
tslib_1.__exportStar(useMountSync_1, exports);
tslib_1.__exportStar(useOnEvent_1, exports);
tslib_1.__exportStar(usePrevious_1, exports);
tslib_1.__exportStar(useRefEffect_1, exports);
tslib_1.__exportStar(useSetInterval_1, exports);
tslib_1.__exportStar(useSetTimeout_1, exports);
tslib_1.__exportStar(useTarget_1, exports);
tslib_1.__exportStar(useUnmount_1, exports);
tslib_1.__exportStar(useWarnings_1, exports);
Object.defineProperty(exports, "useIsomorphicLayoutEffect", { enumerable: true, get: function () { return utilities_1.useIsomorphicLayoutEffect; } });
});
//# sourceMappingURL=index.js.map