UNPKG

react-hooks-bank

Version:

A collection of **powerful, reusable custom React hooks** for complex, non-trivial interactions that go beyond React’s native features.

6 lines 193 B
export declare function useFetch<T = unknown>(url: string, options?: RequestInit): { data: T | null; loading: boolean; error: Error | null; }; //# sourceMappingURL=useFetch.d.ts.map