first commit

This commit is contained in:
2026-03-10 16:18:05 +00:00
commit 11f9c069b5
31635 changed files with 3187747 additions and 0 deletions

13
node_modules/expo-image/build/web/ImageRef.d.ts generated vendored Normal file
View File

@@ -0,0 +1,13 @@
import { SharedRef } from 'expo';
import { ImageRef } from '../Image.types';
export default class ImageRefWeb extends SharedRef<'image'> implements ImageRef {
nativeRefType: string;
uri: string | null;
width: number;
height: number;
mediaType: string | null;
scale: number;
isAnimated: boolean;
static init(uri: string, width: number, height: number, mediaType: string | null): ImageRefWeb;
}
//# sourceMappingURL=ImageRef.d.ts.map