Skip to content

Commit 508a45f

Browse files
authored
feat: force release: updated readme
1 parent 0440c0d commit 508a45f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,12 @@ export function TreeViewUsageExample(){
145145

146146
#### TreeNode
147147

148-
| Property | Type | Required | Description |
149-
| --------------- | ------------ | -------- | ------------------------------------------------------------ |
150-
| `id` | `string` | Yes | Unique identifier for the node |
151-
| `name` | `string` | Yes | The display name of the node |
152-
| `children` | `TreeNode[]` | No | An array of child `TreeNode` objects |
153-
| `[key: string]` | `any` | No | Any additional properties for the node <br />(May be useful to perform search on) |
148+
| Property | Type | Required | Description |
149+
| --------------- | ------------------------ | -------- | ------------------------------------------------------------ |
150+
| `id` | `ID` (default: `string`) | Yes | Unique identifier for the node |
151+
| `name` | `string` | Yes | The display name of the node |
152+
| `children` | `TreeNode<ID>[]` | No | An array of child `TreeNode<ID>` objects |
153+
| `[key: string]` | `any` | No | Any additional properties for the node <br />(May be useful to perform search on) |
154154

155155
---
156156

0 commit comments

Comments
 (0)