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

Function FabricBase1

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

Source from the content-addressed store, hash-verified

32780var FabricBase = /** @class */ function(_super) {
32781 (0, _tslib.__extends)(FabricBase1, _super);
32782 function FabricBase1() {
32783 var _this = _super !== null && _super.apply(this, arguments) || this;
32784 _this._rootElement = _react.createRef();
32785 _this._removeClassNameFromBody = undefined;
32786 return _this;
32787 }
32788 FabricBase1.prototype.render = function() {
32789 var _a = this.props, _b = _a.as, Root = _b === void 0 ? "div" : _b, theme = _a.theme, dir = _a.dir;
32790 var classNames = this._getClassNames();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected