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

Function MessageBarButton1

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

Source from the content-addressed store, hash-verified

36898 */ var MessageBarButton = /** @class */ function(_super) {
36899 (0, _tslib.__extends)(MessageBarButton1, _super);
36900 function MessageBarButton1() {
36901 return _super !== null && _super.apply(this, arguments) || this;
36902 }
36903 MessageBarButton1.prototype.render = function() {
36904 var _a = this.props, styles = _a.styles, theme = _a.theme;
36905 return _react.createElement((0, _defaultButton.DefaultButton), (0, _tslib.__assign)({}, this.props, {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected