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
/
index.d.ts
6 lines
(5 loc)
•
170 B
TypeScript
View Raw
1
2
3
4
5
6
import
{ version }
from
'./version'
;
export
{ version };
export
*
from
'./core'
;
export
*
from
'./types'
;
export
{ typedUrl, formDataSerializer }
from
'@ace-fetch/core'
;