()
| 31255 | var Callout = /** @class */ function(_super) { |
| 31256 | (0, _tslib.__extends)(Callout1, _super); |
| 31257 | function Callout1() { |
| 31258 | return _super !== null && _super.apply(this, arguments) || this; |
| 31259 | } |
| 31260 | Callout1.prototype.render = function() { |
| 31261 | var _a = this.props, layerProps = _a.layerProps, rest = (0, _tslib.__rest)(_a, [ |
| 31262 | "layerProps" |
nothing calls this directly
no outgoing calls
no test coverage detected