()
| 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected