Skip to content

Commit f3603d0

Browse files
committed
1.5.1 build
1 parent 658a015 commit f3603d0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/components/Link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type: `enum('horizontal'|'vertical')`
1818

1919
### `pathFunc` (required)
2020

21-
type: `enum('diagonal'|'elbow'|'straight')`
21+
type: `union(enum|func)`
2222

2323

2424
### `styles`

docs/components/Tree.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ defaultValue: `'horizontal'`
6666

6767
### `pathFunc`
6868

69-
type: `enum('diagonal'|'elbow'|'straight')`
69+
type: `union(enum|func)`
7070
defaultValue: `'diagonal'`
7171

7272

0 commit comments

Comments
 (0)