()
| 36638 | */ var PrimaryButton = /** @class */ function(_super) { |
| 36639 | (0, _tslib.__extends)(PrimaryButton1, _super); |
| 36640 | function PrimaryButton1() { |
| 36641 | return _super !== null && _super.apply(this, arguments) || this; |
| 36642 | } |
| 36643 | PrimaryButton1.prototype.render = function() { |
| 36644 | return _react.createElement((0, _defaultButton.DefaultButton), (0, _tslib.__assign)({}, this.props, { |
| 36645 | primary: true, |
nothing calls this directly
no outgoing calls
no test coverage detected