mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 20:09:35 +00:00
Run "yarn build:docs"
This commit is contained in:
parent
3ffe9cddc0
commit
eedc619900
16 changed files with 171 additions and 147 deletions
2
types/UIShell/HeaderSearch.svelte.d.ts
vendored
2
types/UIShell/HeaderSearch.svelte.d.ts
vendored
|
@ -31,7 +31,7 @@ export interface HeaderSearchProps
|
|||
* Render a list of search results
|
||||
* @default []
|
||||
*/
|
||||
results?: HeaderSearchResult[];
|
||||
results?: ReadonlyArray<HeaderSearchResult>;
|
||||
|
||||
/**
|
||||
* Specify the selected result index
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue