()
| 35702 | */ var DefaultButton = /** @class */ function(_super) { |
| 35703 | (0, _tslib.__extends)(DefaultButton1, _super); |
| 35704 | function DefaultButton1() { |
| 35705 | return _super !== null && _super.apply(this, arguments) || this; |
| 35706 | } |
| 35707 | DefaultButton1.prototype.render = function() { |
| 35708 | var _a = this.props, _b = _a.primary, primary = _b === void 0 ? false : _b, styles = _a.styles, theme = _a.theme; |
| 35709 | return _react.createElement((0, _baseButton.BaseButton), (0, _tslib.__assign)({}, this.props, { |
nothing calls this directly
no outgoing calls
no test coverage detected