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

Function CompoundButton1

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

Source from the content-addressed store, hash-verified

36410 */ var CompoundButton = /** @class */ function(_super) {
36411 (0, _tslib.__extends)(CompoundButton1, _super);
36412 function CompoundButton1() {
36413 return _super !== null && _super.apply(this, arguments) || this;
36414 }
36415 CompoundButton1.prototype.render = function() {
36416 var _a = this.props, _b = _a.primary, primary = _b === void 0 ? false : _b, styles = _a.styles, theme = _a.theme;
36417 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