mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-12-19 12:15:08 +08:00
Unify download progress event
This commit is contained in:
6
lib/index.d.ts
vendored
6
lib/index.d.ts
vendored
@@ -55,3 +55,9 @@ export function setCustomEndpoints({
|
||||
backUps?: string[];
|
||||
backupQueryUrl?: string;
|
||||
}): void;
|
||||
|
||||
|
||||
interface ProgressEvent {
|
||||
received: number;
|
||||
total: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user