mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 10:51:06 +00:00
feat(recursive-list): integrate RecursiveList
with v11 (#1960)
This commit is contained in:
parent
76210d68d4
commit
1c3478f1bc
5 changed files with 13 additions and 26 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
/**
|
||||
* Specify the children to render
|
||||
* @type {Array<RecursiveListNode & { children?: RecursiveListNode[]; }>}
|
||||
* @type {ReadonlyArray<RecursiveListNode & { children?: ReadonlyArray<RecursiveListNode>; }>}
|
||||
*/
|
||||
export let children = [];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue