From b734740ef2bbaacb546a61f7a5ce45645da99d1d Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Thu, 13 Oct 2022 22:00:30 -0700 Subject: [PATCH] Run "yarn build:docs" --- docs/src/COMPONENT_API.json | 2 +- types/Search/Search.svelte.d.ts | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/src/COMPONENT_API.json b/docs/src/COMPONENT_API.json index 9272439b..afda19f9 100644 --- a/docs/src/COMPONENT_API.json +++ b/docs/src/COMPONENT_API.json @@ -10001,7 +10001,7 @@ { "type": "dispatched", "name": "clear", "detail": "null" } ], "typedefs": [], - "rest_props": { "type": "InlineComponent", "name": "SearchSkeleton" } + "rest_props": { "type": "Element", "name": "input" } }, { "moduleName": "SearchSkeleton", diff --git a/types/Search/Search.svelte.d.ts b/types/Search/Search.svelte.d.ts index fd23aab1..67cf50e9 100644 --- a/types/Search/Search.svelte.d.ts +++ b/types/Search/Search.svelte.d.ts @@ -1,7 +1,8 @@ /// import type { SvelteComponentTyped } from "svelte"; -export interface SearchProps { +export interface SearchProps + extends svelte.JSX.HTMLAttributes { /** * Specify the value of the search input * @default ""