Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-10-13 22:00:30 -07:00
commit b734740ef2
2 changed files with 3 additions and 2 deletions

View file

@ -10001,7 +10001,7 @@
{ "type": "dispatched", "name": "clear", "detail": "null" } { "type": "dispatched", "name": "clear", "detail": "null" }
], ],
"typedefs": [], "typedefs": [],
"rest_props": { "type": "InlineComponent", "name": "SearchSkeleton" } "rest_props": { "type": "Element", "name": "input" }
}, },
{ {
"moduleName": "SearchSkeleton", "moduleName": "SearchSkeleton",

View file

@ -1,7 +1,8 @@
/// <reference types="svelte" /> /// <reference types="svelte" />
import type { SvelteComponentTyped } from "svelte"; import type { SvelteComponentTyped } from "svelte";
export interface SearchProps { export interface SearchProps
extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap["input"]> {
/** /**
* Specify the value of the search input * Specify the value of the search input
* @default "" * @default ""