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

Function IconButton1

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

Source from the content-addressed store, hash-verified

36549 */ var IconButton = /** @class */ function(_super) {
36550 (0, _tslib.__extends)(IconButton1, _super);
36551 function IconButton1() {
36552 return _super !== null && _super.apply(this, arguments) || this;
36553 }
36554 IconButton1.prototype.render = function() {
36555 var _a = this.props, styles = _a.styles, theme = _a.theme;
36556 return _react.createElement((0, _baseButton.BaseButton), (0, _tslib.__assign)({}, this.props, {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected