mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-17 19:21:26 +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
|
@ -44,7 +44,7 @@
|
|||
|
||||
/**
|
||||
* Provide a flat array of nodes to render
|
||||
* @type {Array<TreeNode>[]}
|
||||
* @type {Array<TreeNode>}
|
||||
*/
|
||||
export let nodesFlat = [];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue