UNPKG

wavyjs

Version:

Reusable React + TypeScript component and hooks library with Tailwind, Framer Motion, and GSAP.

7 lines 160 B
declare const useFetch: (url: string) => { data: null; loading: boolean; error: unknown; }; export { useFetch }; //# sourceMappingURL=Fetch.d.ts.map