MCPcopy Create free account
hub / github.com/microsoft/SandDance / Button1

Function Button1

docs/app/js/sanddance-app.js:35667–35671  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

35665 */ var Button = /** @class */ function(_super) {
35666 (0, _tslib.__extends)(Button1, _super);
35667 function Button1(props) {
35668 var _this = _super.call(this, props) || this;
35669 (0, _utilities.warn)("The Button component has been deprecated. Use specific variants instead. (PrimaryButton, DefaultButton, IconButton, ActionButton, etc.)");
35670 return _this;
35671 }
35672 Button1.prototype.render = function() {
35673 var props = this.props;
35674 // eslint-disable-next-line deprecation/deprecation

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected