MCPcopy Create free account
hub / github.com/QuarkGluonPlasma/react-course-code / clickHandler

Function clickHandler

react-spring-test/src/App3.tsx:20–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 });
19
20 function clickHandler() {
21 api.start({
22 width: 200,
23 height: 200
24 });
25 }
26
27 return <animated.div className="box" style={{ ...styles }} onClick={clickHandler}></animated.div>
28}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected