mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 18:00:17 +01:00
4 lines
156 B
TypeScript
4 lines
156 B
TypeScript
declare module '@remobile/react-native-qrcode-local-image' {
|
|
export function decode(uri: string, callback: (error: any, result: string) => void): void;
|
|
}
|