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

17 lines
710 B
JavaScript

define(["require", "exports", "./warn"], function (require, exports, warn_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.warnMutuallyExclusive = warnMutuallyExclusive;
/**
* Warns when two props which are mutually exclusive are both being used.
*
* @public
* @param componentName - The name of the component being used.
* @param props - The props passed into the component.
* @param exclusiveMap - A map where the key is a parameter, and the value is the other parameter.
*/
function warnMutuallyExclusive(componentName, props, exclusiveMap) {
}
});
//# sourceMappingURL=warnMutuallyExclusive.js.map