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

Function SpinnerBase1

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

Source from the content-addressed store, hash-verified

49420var 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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected