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

18 lines
711 B
JavaScript

define(["require", "exports", "./warn"], function (require, exports, warn_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.warnDeprecations = warnDeprecations;
/**
* Warns when a deprecated props are being used.
*
* @public
* @param componentName - The name of the component being used.
* @param props - The props passed into the component.
* @param deprecationMap - The map of deprecations, where key is the prop name and the value is
* either null or a replacement prop name.
*/
function warnDeprecations(componentName, props, deprecationMap) {
}
});
//# sourceMappingURL=warnDeprecations.js.map