()
| 32780 | var 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(); |
nothing calls this directly
no outgoing calls
no test coverage detected