Skip to content

Commit

Permalink
docs: add types for debounced handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyckahn committed Apr 30, 2024
1 parent d278586 commit 232a194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Farmhand/Farmhand.context.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import uiEventHandlers from '../../handlers/ui-events'
* viewList: string[],
* viewTitle: string,
* }
* handlers: uiEventHandlers
* handlers: uiEventHandlers & { debounced: uiEventHandlers }
* }>}
*/
// @ts-expect-error
Expand Down

0 comments on commit 232a194

Please sign in to comment.