UNPKG

@ace-fetch/react

Version:

react adapter for @ace-fetch/core.

7 lines (6 loc) 167 B
import React from 'react'; import type { Fetch } from '../types'; export declare const FetchProvider: React.FC<{ fetch: Fetch; children?: React.ReactNode; }>;