feat(toolbar): forward "clear" event in ToolbarSearch

This commit is contained in:
Eric Y Liu 2021-03-03 16:05:22 -08:00
commit 96e9130601
4 changed files with 4 additions and 0 deletions

View file

@ -42,6 +42,7 @@ export interface ToolbarSearchProps {
export default class ToolbarSearch extends SvelteComponentTyped<
ToolbarSearchProps,
{
clear: WindowEventMap["clear"];
change: WindowEventMap["change"];
input: WindowEventMap["input"];
focus: WindowEventMap["focus"];