mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-21 04:39:19 +00:00
Run "yarn build:docs"
This commit is contained in:
parent
b972bc233a
commit
6fbbf5eb11
10 changed files with 75 additions and 75 deletions
6
types/UIShell/HeaderSearch.svelte.d.ts
vendored
6
types/UIShell/HeaderSearch.svelte.d.ts
vendored
|
@ -43,9 +43,9 @@ export interface HeaderSearchProps
|
|||
export default class HeaderSearch extends SvelteComponentTyped<
|
||||
HeaderSearchProps,
|
||||
{
|
||||
active: CustomEvent<any>;
|
||||
inactive: CustomEvent<any>;
|
||||
clear: CustomEvent<any>;
|
||||
active: CustomEvent<null>;
|
||||
inactive: CustomEvent<null>;
|
||||
clear: CustomEvent<null>;
|
||||
select: CustomEvent<{
|
||||
value: string;
|
||||
selectedResultIndex: number;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue