mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-21 12:49:20 +00:00
Run "yarn build:docs"
This commit is contained in:
parent
0a28d64acf
commit
0d1a60d848
12 changed files with 108 additions and 85 deletions
3
types/Search/Search.svelte.d.ts
vendored
3
types/Search/Search.svelte.d.ts
vendored
|
@ -81,7 +81,8 @@ export interface SearchProps {
|
|||
labelText?: string;
|
||||
|
||||
/**
|
||||
* Specify the icon to render
|
||||
* Specify the icon to render.
|
||||
* Defaults to `<Search />`
|
||||
* @default undefined
|
||||
*/
|
||||
icon?: typeof import("svelte").SvelteComponent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue