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

Function DialogFooterBase1

docs/app/js/sanddance-app.js:43962–43966  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

43960var 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, {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected