zy-react-library/hooks/useDownloadFile/index.d.ts

5 lines
99 B
TypeScript
Raw Normal View History

2025-10-22 14:43:42 +08:00
/**
*
*/
export default function useDownloadFile(url: string, name?: string): void;