Skip to content

Commit

Permalink
fix: fix typo for dom event handlers (#3255)
Browse files Browse the repository at this point in the history
  • Loading branch information
NewByVector authored Feb 18, 2023
1 parent 7e86ba9 commit 9b4fa86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/x6-common/src/dom/event/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ type TypeEventHandlersBase<TDelegateTarget, TData, TCurrentTarget, TTarget> = {
TCurrentTarget,
TTarget
>]?:
| TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, TType>
| TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, string>
| false
| Record<string, unknown>
}

0 comments on commit 9b4fa86

Please sign in to comment.