MCPcopy Create free account
hub / github.com/RobPruzan/react-scratch / IsAChild

Function IsAChild

src/script.ts:81–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79};
80
81export const IsAChild = () => {
82 return React.createElement("div", { innerText: "im a child!" });
83};
84export const Component = (props: any) => {
85 const [x, setX] = React.useState(2);
86 return React.createElement(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected