UNPKG
@devino.solutions/upup
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
README.md
github.com/DevinoSolutions/upup
DevinoSolutions/upup
@devino.solutions/upup
/
dist
/
frontend
/
hooks
/
useFetchFileByUrl.d.ts
5 lines
(4 loc)
•
136 B
TypeScript
View Raw
1
2
3
4
5
export
default
function
useFetchFileByUrl
(
): {
loading
:
boolean
;
fetchImage
:
(
url
:
string
) =>
Promise
<
File
|
undefined
>; };