Skip to content

Commit caf2d50

Browse files
committed
1.7.0 build
1 parent ea31f5c commit caf2d50

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

docs/components/Node.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,17 @@ type: `object`
3838
type: `func`
3939

4040

41+
### `onMouseOut` (required)
42+
43+
type: `func`
44+
45+
46+
### `onMouseOver` (required)
47+
48+
type: `func`
49+
defaultValue: `undefined`
50+
51+
4152
### `orientation` (required)
4253

4354
type: `enum('horizontal'|'vertical')`

docs/components/Tree.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,18 @@ type: `func`
5858
defaultValue: `undefined`
5959

6060

61+
### `onMouseOut`
62+
63+
type: `func`
64+
defaultValue: `undefined`
65+
66+
67+
### `onMouseOver`
68+
69+
type: `func`
70+
defaultValue: `undefined`
71+
72+
6173
### `orientation`
6274

6375
type: `enum('horizontal'|'vertical')`

0 commit comments

Comments
 (0)