()
| 37920 | */ var ComboBoxOptionWrapper = /** @class */ function(_super) { |
| 37921 | (0, _tslib.__extends)(ComboBoxOptionWrapper1, _super); |
| 37922 | function ComboBoxOptionWrapper1() { |
| 37923 | return _super !== null && _super.apply(this, arguments) || this; |
| 37924 | } |
| 37925 | ComboBoxOptionWrapper1.prototype.render = function() { |
| 37926 | return this.props.render(); |
| 37927 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected