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
/
index.d.ts
5 lines
(4 loc)
•
197 B
TypeScript
View Raw
1
2
3
4
5
export
{ createFetch }
from
'./createFetch'
;
export
{ defineRegistApi }
from
'./fetch'
;
export
{ getActiveFetch, setActiveFetch }
from
'./context'
;
export
{
FetchProvider
}
from
'./FetchProvider'
;