Skip to content

Commit

Permalink
Added @returns comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed May 8, 2023
1 parent 77a3ae4 commit 22eacfa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export const DEBOUNCE_VIEWPORT_SEARCH_MS = 200;
* @param viewportData Table viewport to filter
* @param columnName Column name to filter by
* @param debounceMs Millisecond value to debounce
* @returns A cancelable debounced search function
*/
export default function useDebouncedViewportSearch<
I,
Expand Down

0 comments on commit 22eacfa

Please sign in to comment.