mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
feat(toolbar): forward "clear" event in ToolbarSearch
This commit is contained in:
parent
390b621ed4
commit
96e9130601
4 changed files with 4 additions and 0 deletions
1
types/DataTable/ToolbarSearch.d.ts
vendored
1
types/DataTable/ToolbarSearch.d.ts
vendored
|
@ -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"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue