Skip to content

Commit

Permalink
Add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rafpaf committed May 13, 2024
1 parent 3652a90 commit a64bbaf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export const useUserSetting = <T extends keyof UserSettings>(
debounceOnLeadingEdge,
}: {
shouldRefresh?: boolean;
/** If true, only the first value retrieved from the API will be used */
shouldMemoize?: boolean;
shouldDebounce?: boolean;
debounceTimeout?: number;
Expand Down

0 comments on commit a64bbaf

Please sign in to comment.