Files
codeql/javascript/ql/test/library-tests/frameworks/ReactJS/importedComponent.jsx
2025-06-23 16:03:33 +02:00

6 lines
271 B
JavaScript

import { MyComponent } from "./exportedComponent";
export function render({color, location}) { // $ threatModelSource=view-component-input locationSource threatModelSource=remote
return <MyComponent color={color}/> // $ getACandidatePropsValue
} // $ reactComponent