@uifabric/experiments
Version:
Experimental React components for building experiences for Microsoft 365.
10 lines • 400 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var ActionButton_1 = require("./ActionButton");
/* eslint-disable deprecation/deprecation */
/**
* @deprecated This component was experimental and is not longer being developed on, nor will it be supported in the
* future.
*/
exports.CommandButton = ActionButton_1.ActionButton;
//# sourceMappingURL=CommandButton.js.map