#
Interface: UseRefetch#
Callableâ–¸ UseRefetch(refetchOptions?
: UseRefetchOptions): <T>(refetchArg?
: T | () => T) => Promise<undefined | T> & UseRefetchState
#
Parameters:Name | Type |
---|---|
refetchOptions? | UseRefetchOptions |
Returns: <T>(refetchArg?
: T | () => T) => Promise<undefined | T> & UseRefetchState
Defined in: react/src/query/useRefetch.ts:77