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