9 lines
135 B
JavaScript
9 lines
135 B
JavaScript
function fn(Component, obj) {
|
|
var data = obj.data,
|
|
_ref =
|
|
/*#__PURE__*/
|
|
<Component prop={data} />;
|
|
|
|
return () => _ref;
|
|
}
|