mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 20:33:02 +00:00
fix(MultiSelect): use correct type for highlightedId
This commit is contained in:
parent
47382962eb
commit
f88896bf25
4 changed files with 4 additions and 4 deletions
|
@ -6809,7 +6809,7 @@
|
|||
"name": "highlightedId",
|
||||
"kind": "let",
|
||||
"description": "Id of the highlighted ListBoxMenuItem",
|
||||
"type": "null | string",
|
||||
"type": "null | MultiSelectItemId",
|
||||
"value": "null",
|
||||
"isFunction": false,
|
||||
"isFunctionDeclaration": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue