mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
feat: forward keyup event to components with inputs
This commit is contained in:
parent
f855e9658e
commit
f672cad940
17 changed files with 38 additions and 0 deletions
1
types/Search/Search.d.ts
vendored
1
types/Search/Search.d.ts
vendored
|
@ -123,6 +123,7 @@ export default class Search extends SvelteComponentTyped<
|
|||
focus: WindowEventMap["focus"];
|
||||
blur: WindowEventMap["blur"];
|
||||
keydown: WindowEventMap["keydown"];
|
||||
keyup: WindowEventMap["keyup"];
|
||||
clear: CustomEvent<any>;
|
||||
},
|
||||
{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue