UNPKG
@hudoro/hooks
Version:
latest (0.0.6-beta.16)
0.0.6-beta.16
0.0.6-beta.15
0.0.5
0.0.3
Usefull react hooks for HSD App
@hudoro/hooks
/
dist
/
libs
/
hooks
/
useDownload.d.ts
4 lines
(3 loc)
•
124 B
TypeScript
View Raw
1
2
3
4
export
declare
function
useDownload
(
): {
downloadFile
:
(
data
:
BlobPart
,
filename
:
string
,
mimeType
:
string
) =>
void
; };