MCPcopy Create free account
hub / github.com/a7medev/react-native-ml-kit / ImageDetails

Interface ImageDetails

example/src/core/ChooseImageButton.tsx:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import * as ImagePicker from 'expo-image-picker';
4
5export interface ImageDetails {
6 path: string;
7 height: number;
8 width: number;
9}
10
11interface ChooseImageButtonProps {
12 onChoose: (image: ImageDetails) => void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected