UNPKG
@ace-fetch/react
Version:
alpha (0.9.3-alpha.1)
latest (0.11.4)
0.11.4
0.11.2
0.11.1
0.11.0
0.10.0
0.10.0-alpha.0
0.9.3
0.9.3-alpha.1
0.9.3-alpha.0
react adapter for @ace-fetch/core.
aceHubert/ace-fetch
@ace-fetch/react
/
esm
/
core
/
FetchProvider.d.ts
7 lines
(6 loc)
•
167 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
React
from
'react'
;
import
type
{
Fetch
}
from
'../types'
;
export
declare
const
FetchProvider
:
React
.
FC
<{
fetch
:
Fetch
;
children
?:
React
.
ReactNode
; }>;