mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 06:52:41 +01:00
3 lines
113 B
TypeScript
3 lines
113 B
TypeScript
declare function alert(message: string): void;
|
|
|
|
declare const navigator: undefined | { product: 'ReactNative' };
|