mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
Run "yarn build:docs"
This commit is contained in:
parent
60d5282021
commit
360840edec
12 changed files with 38 additions and 8 deletions
1
types/UIShell/HeaderSearch.svelte.d.ts
vendored
1
types/UIShell/HeaderSearch.svelte.d.ts
vendored
|
@ -56,6 +56,7 @@ export default class HeaderSearch extends SvelteComponentTyped<
|
|||
focus: WindowEventMap["focus"];
|
||||
blur: WindowEventMap["blur"];
|
||||
keydown: WindowEventMap["keydown"];
|
||||
paste: DocumentAndElementEventHandlersEventMap["paste"];
|
||||
},
|
||||
{ default: { result: HeaderSearchResult; index: number } }
|
||||
> {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue