This repository has been archived on 2026-02-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2018-02-21 18:58:56 +01:00

12 lines
173 B
JavaScript

var _ref =
/*#__PURE__*/
<span />;
var Foo = React.createClass({
render: function () {
return <div className={this.props.className}>
{_ref}
</div>;
}
});