Add input props to ToolbarSearch

This commit is contained in:
Gregor Wassmann 2021-05-14 14:51:07 +02:00
commit 126f5bc3ee
3 changed files with 5 additions and 2 deletions

View file

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