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

Update index.d.ts

This commit is contained in:
sunnylqm
2022-07-05 07:53:03 +08:00
parent d9bbaf77aa
commit e0857d48ad

9
lib/index.d.ts vendored
View File

@@ -84,4 +84,11 @@ interface ProgressData {
total: number; total: number;
} }
export function simpleUpdate(wrappedComponent: any): any; interface SimpleUpdateOptions {
appKey: string;
}
export function simpleUpdate(
wrappedComponent: any,
options: SimpleUpdateOptions,
): any;