@uifabric/experiments
Version:
Experimental React components for building experiences for Microsoft 365.
8 lines • 310 B
JavaScript
import { ActionButton } from './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.
*/
export var CommandButton = ActionButton;
//# sourceMappingURL=CommandButton.js.map