Delete react-native-qrcode-local-image.d.ts

This commit is contained in:
Marcos Rodriguez Velez 2024-10-23 15:23:43 -04:00
parent a528f19377
commit 179745ae00

View file

@ -1,3 +0,0 @@
declare module '@remobile/react-native-qrcode-local-image' {
export function decode(uri: string, callback: (error: any, result: string) => void): void;
}