mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
Fix: updated doc, removed [] on type definition for nodesFlat
This commit is contained in:
parent
b754b990e7
commit
655a205b0a
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