mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 01:40:12 +01:00
4 lines
113 B
TypeScript
4 lines
113 B
TypeScript
declare function alert(message: string): void;
|
|
|
|
declare const navigator: undefined | { product: 'ReactNative' };
|