()
| 49420 | var SpinnerBase = /** @class */ function(_super) { |
| 49421 | (0, _tslib.__extends)(SpinnerBase1, _super); |
| 49422 | function SpinnerBase1() { |
| 49423 | return _super !== null && _super.apply(this, arguments) || this; |
| 49424 | } |
| 49425 | SpinnerBase1.prototype.render = function() { |
| 49426 | // eslint-disable-next-line deprecation/deprecation |
| 49427 | var _a = this.props, type = _a.type, size = _a.size, ariaLabel = _a.ariaLabel, ariaLive = _a.ariaLive, styles = _a.styles, label = _a.label, theme = _a.theme, className = _a.className, labelPosition = _a.labelPosition; |
nothing calls this directly
no outgoing calls
no test coverage detected