()
| 36669 | */ var CommandBarButton = /** @class */ function(_super) { |
| 36670 | (0, _tslib.__extends)(CommandBarButton1, _super); |
| 36671 | function CommandBarButton1() { |
| 36672 | return _super !== null && _super.apply(this, arguments) || this; |
| 36673 | } |
| 36674 | CommandBarButton1.prototype.render = function() { |
| 36675 | var _a = this.props, styles = _a.styles, theme = _a.theme; |
| 36676 | return _react.createElement((0, _baseButton.BaseButton), (0, _tslib.__assign)({}, this.props, { |
nothing calls this directly
no outgoing calls
no test coverage detected