mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-02 13:41:49 +02:00
enable type declarations
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
type ProgressHandler = (progress: number, total: number) => void;
|
||||
export default function upload(url: string, filePath: string, progressHandler?: ProgressHandler, headers?: Map<string, string>): Promise<void>;
|
||||
export {};
|
||||
Reference in New Issue
Block a user