JSTQL-JS-Transform/output_testing/1201infer-functions-component-with-hook-call.js

5 lines
116 B
JavaScript
Raw Normal View History

// @compilationMode(infer)
function Component(props) {
const [state, _] = null |> useState(%);
return [state];
}