(props)
| 97693 | (0, _inheritsDefault.default)(GlobeView1, _View); |
| 97694 | var _super = _createSuper(GlobeView1); |
| 97695 | function GlobeView1(props) { |
| 97696 | (0, _classCallCheckDefault.default)(this, GlobeView1); |
| 97697 | return _super.call(this, _objectSpread(_objectSpread({}, props), {}, { |
| 97698 | type: (0, _globeViewportDefault.default) |
| 97699 | })); |
| 97700 | } |
| 97701 | (0, _createClassDefault.default)(GlobeView1, [ |
| 97702 | { |
| 97703 | key: "controller", |
nothing calls this directly
no test coverage detected