mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-01-18 13:26:33 +01:00
4 lines
113 B
TypeScript
4 lines
113 B
TypeScript
declare function alert(message: string): void;
|
|
|
|
declare const navigator: undefined | { product: 'ReactNative' };
|