UNPKG

create-fetch-hooks

Version:

A simple and powerful custom React hook (useApi) that simplifies API requests with automatic loading and error states. Ideal for clean and maintainable data fetching in React components.

2 lines (1 loc) 156 B
export declare const refreshToken: (baseApiUrl: string, url: string, body: Record<string, string>, setAccessTokenFn?: (res: any) => void) => Promise<void>;