Skip to content

Commit

Permalink
1.17.0 build
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrem committed Dec 19, 2020
1 parent cfcfd18 commit 325ea7f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
3 changes: 2 additions & 1 deletion docs/components/Link.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ type: `func`
type: `enum('horizontal'|'vertical')`


### `pathClass`
### `pathClassFunc`

type: `func`
defaultValue: `undefined`


### `pathFunc` (required)
Expand Down
15 changes: 8 additions & 7 deletions docs/components/Tree.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ type: `number`
defaultValue: `undefined`


### `className`

type: `string`
defaultValue: `undefined`


### `collapsible`

type: `bool`
Expand Down Expand Up @@ -118,9 +112,10 @@ type: `enum('horizontal'|'vertical')`
defaultValue: `'horizontal'`


### `pathClass`
### `pathClassFunc`

type: `func`
defaultValue: `undefined`


### `pathFunc`
Expand Down Expand Up @@ -153,6 +148,12 @@ type: `shape[object Object]`
defaultValue: `{}`


### `svgClassName`

type: `string`
defaultValue: `undefined`


### `textLayout`

type: `object`
Expand Down
Loading

0 comments on commit 325ea7f

Please sign in to comment.