This website requires JavaScript.
Explore
Help
Sign In
front_library
/
zy-react-library
Watch
1
Star
0
Fork
You've already forked zy-react-library
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d7ccfda275
zy-react-library
/
hooks
/
useDownloadFile
/
index.d.ts
5 lines
99 B
TypeScript
Raw
Blame
History
/**
* 下载文件
*/
export
default
function
useDownloadFile
(
url
:
string
,
name?
:
string
)
:
void
;
Reference in New Issue
View Git Blame
Copy Permalink