(props)
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected