MCPcopy Create free account
hub / github.com/microsoft/SandDance / ComboBoxOptionWrapper1

Function ComboBoxOptionWrapper1

docs/app/js/sanddance-app.js:37922–37924  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected