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