mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
Some fixes
This commit is contained in:
parent
d8741808e5
commit
a249b6183b
7 changed files with 10 additions and 10 deletions
|
@ -8772,7 +8772,7 @@
|
|||
"name": "selectedValue",
|
||||
"kind": "let",
|
||||
"description": "Specify the selected tile value",
|
||||
"type": "string",
|
||||
"type": "any",
|
||||
"isFunction": false,
|
||||
"constant": false,
|
||||
"reactive": true
|
||||
|
@ -8811,7 +8811,7 @@
|
|||
"name": "selectedValues",
|
||||
"kind": "let",
|
||||
"description": "Specify the selected tile's",
|
||||
"type": "string",
|
||||
"type": "any[]",
|
||||
"value": "[]",
|
||||
"isFunction": false,
|
||||
"constant": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue