mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-10-07 20:55:14 +08:00
Update index.d.ts
This commit is contained in:
9
lib/index.d.ts
vendored
9
lib/index.d.ts
vendored
@@ -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;
|
||||||
|
Reference in New Issue
Block a user