(props)
| 43960 | var DialogFooterBase = /** @class */ function(_super) { |
| 43961 | (0, _tslib.__extends)(DialogFooterBase1, _super); |
| 43962 | function DialogFooterBase1(props) { |
| 43963 | var _this = _super.call(this, props) || this; |
| 43964 | (0, _utilities.initializeComponentRef)(_this); |
| 43965 | return _this; |
| 43966 | } |
| 43967 | DialogFooterBase1.prototype.render = function() { |
| 43968 | var _a = this.props, className = _a.className, styles = _a.styles, theme = _a.theme; |
| 43969 | this._classNames = getClassNames(styles, { |
nothing calls this directly
no outgoing calls
no test coverage detected