BlueWallet/typings/react-native-qrcode-local-image.d.ts
2024-04-28 10:34:26 +01:00

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;
}