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

Function DefaultButton1

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

Source from the content-addressed store, hash-verified

35702 */ var DefaultButton = /** @class */ function(_super) {
35703 (0, _tslib.__extends)(DefaultButton1, _super);
35704 function DefaultButton1() {
35705 return _super !== null && _super.apply(this, arguments) || this;
35706 }
35707 DefaultButton1.prototype.render = function() {
35708 var _a = this.props, _b = _a.primary, primary = _b === void 0 ? false : _b, styles = _a.styles, theme = _a.theme;
35709 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