We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea31f5c commit caf2d50Copy full SHA for caf2d50
docs/components/Node.md
@@ -38,6 +38,17 @@ type: `object`
38
type: `func`
39
40
41
+### `onMouseOut` (required)
42
+
43
+type: `func`
44
45
46
+### `onMouseOver` (required)
47
48
49
+defaultValue: `undefined`
50
51
52
### `orientation` (required)
53
54
type: `enum('horizontal'|'vertical')`
docs/components/Tree.md
@@ -58,6 +58,18 @@ type: `func`
58
defaultValue: `undefined`
59
60
61
+### `onMouseOut`
62
63
64
65
66
67
+### `onMouseOver`
68
69
70
71
72
73
### `orientation`
74
75
0 commit comments