()
| 36308 | */ var ActionButton = /** @class */ function(_super) { |
| 36309 | (0, _tslib.__extends)(ActionButton1, _super); |
| 36310 | function ActionButton1() { |
| 36311 | return _super !== null && _super.apply(this, arguments) || this; |
| 36312 | } |
| 36313 | ActionButton1.prototype.render = function() { |
| 36314 | var _a = this.props, styles = _a.styles, theme = _a.theme; |
| 36315 | return _react.createElement((0, _baseButton.BaseButton), (0, _tslib.__assign)({}, this.props, { |
nothing calls this directly
no outgoing calls
no test coverage detected