mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 10:51:06 +00:00
Fix: updated doc, removed [] on type definition for nodesFlat
This commit is contained in:
parent
c41a776405
commit
b9c1f11430
4 changed files with 4 additions and 4 deletions
|
@ -17783,7 +17783,7 @@
|
|||
"name": "nodesFlat",
|
||||
"kind": "let",
|
||||
"description": "Provide a flat array of nodes to render",
|
||||
"type": "Array<TreeNode>[]",
|
||||
"type": "Array<TreeNode>",
|
||||
"value": "[]",
|
||||
"isFunction": false,
|
||||
"isFunctionDeclaration": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue