Add html input props to ToolbarSearchProps

This commit is contained in:
Gregor Wassmann 2021-05-14 14:47:41 +02:00
commit 37fb57083a

View file

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