({ propKey: s, propVal: o, propClass: i })
| 62893 | ) |
| 62894 | } |
| 62895 | } |
| 62896 | const property = ({ propKey: s, propVal: o, propClass: i }) => |
| 62897 | Re.createElement( |
| 62898 | 'span', |
| 62899 | { className: i }, |
| 62900 | Re.createElement('br', null), |
| 62901 | s, |
| 62902 | ': ', |
| 62903 | stringify(o) |
| 62904 | ) |
| 62905 | class TryItOutButton extends Re.Component { |
| 62906 | static defaultProps = { |
nothing calls this directly
no test coverage detected