Skip to content

Commit e5c7f1d

Browse files
jmfirthdevelopit
authored andcommitted
Add onSearch event definition (preactjs#641)
1 parent 6d52393 commit e5c7f1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/preact.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ declare namespace JSX {
384384
// Form Events
385385
onChange?:GenericEventHandler;
386386
onInput?:GenericEventHandler;
387+
onSearch?:GenericEventHandler;
387388
onSubmit?:GenericEventHandler;
388389

389390
// Keyboard Events

0 commit comments

Comments
 (0)