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

Function PrimaryButton1

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

Source from the content-addressed store, hash-verified

36638 */ var PrimaryButton = /** @class */ function(_super) {
36639 (0, _tslib.__extends)(PrimaryButton1, _super);
36640 function PrimaryButton1() {
36641 return _super !== null && _super.apply(this, arguments) || this;
36642 }
36643 PrimaryButton1.prototype.render = function() {
36644 return _react.createElement((0, _defaultButton.DefaultButton), (0, _tslib.__assign)({}, this.props, {
36645 primary: true,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected