@uifabric/experiments
Version:
Experimental React components for building experiences for Microsoft 365.
11 lines • 483 B
JavaScript
define(["require", "exports", "./ActionButton"], function (require, exports, ActionButton_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/* 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