fix(MultiSelect): use correct type for highlightedId

This commit is contained in:
dominikg 2022-03-12 22:34:03 +01:00
commit f88896bf25
4 changed files with 4 additions and 4 deletions

View file

@ -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,