Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-04-03 11:12:44 -07:00
commit 0d1a60d848
12 changed files with 108 additions and 85 deletions

View file

@ -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;