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

11 lines
220 B
JavaScript

function render(Component) {
var text = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '',
_ref =
/*#__PURE__*/
<Component text={text} />;
return function () {
return _ref;
};
}