UNPKG

@devino.solutions/upup

Version:
5 lines (4 loc) 136 B
export default function useFetchFileByUrl(): { loading: boolean; fetchImage: (url: string) => Promise<File | undefined>; };