BlueWallet/typings/globals.d.ts
2024-03-23 15:35:29 +00:00

4 lines
113 B
TypeScript

declare function alert(message: string): void;
declare const navigator: undefined | { product: 'ReactNative' };