Files
starface-outlook-sync-addin/node_modules/@fluentui/react-hooks/lib-amd/useWarnings.js
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

15 lines
707 B
JavaScript

define(["require", "exports", "tslib", "react", "@fluentui/utilities", "./usePrevious", "./useConst"], function (require, exports, tslib_1, React, utilities_1, usePrevious_1, useConst_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.useWarnings = useWarnings;
var warningId = 0;
/**
* Only in development mode, display console warnings when certain conditions are met.
* Note that all warnings except `controlledUsage` will only be shown on first render
* (new `controlledUsage` warnings may be shown later due to prop changes).
*/
function useWarnings(options) {
}
});
//# sourceMappingURL=useWarnings.js.map