1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-10-07 19:05:13 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

fix type error

This commit is contained in:
sunnylqm
2025-04-11 18:23:38 +08:00
parent 4a7bb19ca1
commit bf3a0808f6
2 changed files with 3 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ const defaultClientOptions: ClientOptions = {
throwError: false,
};
const sharedState: {
export const sharedState: {
progressHandlers: Record<string, EmitterSubscription>;
downloadedHash?: string;
apkStatus: 'downloading' | 'downloaded' | null;