mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 11:59:34 +00:00
Run "yarn build:docs"
This commit is contained in:
parent
3ffe9cddc0
commit
eedc619900
16 changed files with 171 additions and 147 deletions
4
types/TreeView/TreeView.svelte.d.ts
vendored
4
types/TreeView/TreeView.svelte.d.ts
vendored
|
@ -30,13 +30,13 @@ export interface TreeViewProps
|
|||
* Set the node ids to be selected
|
||||
* @default []
|
||||
*/
|
||||
selectedIds?: TreeNodeId[];
|
||||
selectedIds?: ReadonlyArray<TreeNodeId>;
|
||||
|
||||
/**
|
||||
* Set the node ids to be expanded
|
||||
* @default []
|
||||
*/
|
||||
expandedIds?: TreeNodeId[];
|
||||
expandedIds?: ReadonlyArray<TreeNodeId>;
|
||||
|
||||
/**
|
||||
* Specify the TreeView size
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue