mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
fix(multi-select): type clear as a custom event
This commit is contained in:
parent
32effacb76
commit
4c8c9be28e
4 changed files with 11 additions and 10 deletions
2
types/MultiSelect/MultiSelect.d.ts
vendored
2
types/MultiSelect/MultiSelect.d.ts
vendored
|
@ -184,7 +184,7 @@ export default class MultiSelect extends SvelteComponentTyped<
|
|||
selected: MultiSelectItem[];
|
||||
unselected: MultiSelectItem[];
|
||||
}>;
|
||||
clear: WindowEventMap["clear"];
|
||||
clear: CustomEvent<any>;
|
||||
keydown: WindowEventMap["keydown"];
|
||||
focus: WindowEventMap["focus"];
|
||||
blur: WindowEventMap["blur"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue