10 lines
122 B
JavaScript

function render(text) {
text += "yes";
var _ref = <div>{text}</div>;
return function () {
return _ref;
};
}