2018-02-21 18:58:56 +01:00

9 lines
135 B
JavaScript

function fn(Component, obj) {
var data = obj.data,
_ref =
/*#__PURE__*/
<Component prop={data} />;
return () => _ref;
}