()
| 36410 | */ var CompoundButton = /** @class */ function(_super) { |
| 36411 | (0, _tslib.__extends)(CompoundButton1, _super); |
| 36412 | function CompoundButton1() { |
| 36413 | return _super !== null && _super.apply(this, arguments) || this; |
| 36414 | } |
| 36415 | CompoundButton1.prototype.render = function() { |
| 36416 | var _a = this.props, _b = _a.primary, primary = _b === void 0 ? false : _b, styles = _a.styles, theme = _a.theme; |
| 36417 | return _react.createElement((0, _baseButton.BaseButton), (0, _tslib.__assign)({}, this.props, { |
nothing calls this directly
no outgoing calls
no test coverage detected