first commit

This commit is contained in:
Stefan Hacker
2026-04-03 09:38:48 +02:00
commit 37ad745546
47450 changed files with 3120798 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
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