BlueWallet/typings/react-native-qrcode-local-image.d.ts

4 lines
156 B
TypeScript
Raw Normal View History

2024-04-09 22:36:59 +02:00
declare module '@remobile/react-native-qrcode-local-image' {
export function decode(uri: string, callback: (error: any, result: string) => void): void;
}