UNPKG

@uifabric/utilities

Version:

Fluent UI React utilities for building components.

18 lines (17 loc) 711 B
define(["require", "exports", "./warn"], function (require, exports, warn_1) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * 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) { } exports.warnDeprecations = warnDeprecations; }); //# sourceMappingURL=warnDeprecations.js.map