Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-03-13 18:59:56 -07:00
commit 76c73f82fc
3 changed files with 18 additions and 18 deletions

View file

@ -2,6 +2,12 @@
import { SvelteComponentTyped } from "svelte";
export interface SearchProps {
/**
* Specify the value of the search input
* @default ""
*/
value?: any;
/**
* @default false
*/
@ -49,12 +55,6 @@ export interface SearchProps {
*/
expanded?: boolean;
/**
* Specify the value of the search input
* @default ""
*/
value?: string;
/**
* Specify the `placeholder` attribute of the search input
* @default "Search..."