mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
Fix typescript error on test with better TreeView typing definition for nodesFlat
This commit is contained in:
parent
affc0b4e81
commit
15a9cfb8d2
3 changed files with 3 additions and 3 deletions
|
@ -17783,7 +17783,7 @@
|
|||
"name": "nodesFlat",
|
||||
"kind": "let",
|
||||
"description": "Provide a flat array of nodes to render",
|
||||
"type": "Array<TreeNode>",
|
||||
"type": "Array<TreeNode & {pid?: any}>",
|
||||
"value": "[]",
|
||||
"isFunction": false,
|
||||
"isFunctionDeclaration": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue