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

@ -1,7 +1,8 @@
/// <reference types="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
* @default ""