mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-13 21:06:14 +08:00
isConnectionExpensive is Function
This commit is contained in:
2
types/react-native/index.d.ts
vendored
2
types/react-native/index.d.ts
vendored
@@ -7275,7 +7275,7 @@ export interface NetInfoStatic {
|
||||
* sensitive to heavy data usage on that connection due to monetary
|
||||
* costs, data limitations or battery/performance issues.
|
||||
*/
|
||||
isConnectionExpensive: Promise<boolean>;
|
||||
isConnectionExpensive: () => Promise<boolean>;
|
||||
}
|
||||
|
||||
export interface PanResponderGestureState {
|
||||
|
||||
Reference in New Issue
Block a user