1onMouseOver={() => {
2 // function goes here
3 }}
4onMouseOut={() => {
5 // function goes here
6 }}
7onMouseMove={() => {
8 // function goes here
9 }}
10onMouseDown={() => {
11 // function goes here
12 }}
13onMouseUp={() => {
14 // function goes here
15 }}
16