mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 03:49:34 +00:00
Run "yarn build:docs"
This commit is contained in:
parent
104fbfd3a5
commit
b734740ef2
2 changed files with 3 additions and 2 deletions
|
@ -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",
|
||||
|
|
3
types/Search/Search.svelte.d.ts
vendored
3
types/Search/Search.svelte.d.ts
vendored
|
@ -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 ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue