mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
fix(combo-box): fix types for on:clear
(#2020)
This commit is contained in:
parent
49b5def815
commit
0831e87135
5 changed files with 11 additions and 3 deletions
|
@ -3,6 +3,7 @@
|
|||
* @typedef {any} ComboBoxItemId
|
||||
* @typedef {{ id: ComboBoxItemId; text: string; disabled?: boolean; }} ComboBoxItem
|
||||
* @event {{ selectedId: ComboBoxItemId; selectedItem: ComboBoxItem }} select
|
||||
* @event {KeyboardEvent | MouseEvent} clear
|
||||
* @slot {{ item: ComboBoxItem; index: number }}
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue