Skip to content

Commit

Permalink
linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanalvizo committed Jul 25, 2024
1 parent d50f5d6 commit 8d67c9d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export type SerializedFocusEventProps<T> = Omit<T, 'onFocus' | 'onBlur'> & {
onBlur?: SerializedFocusEventCallback;
};


export type SerializedKeyboardEventProps<T> = Omit<
T,
'onKeyDown' | 'onKeyUp'
Expand Down

0 comments on commit 8d67c9d

Please sign in to comment.