UNPKG

expo-dynamic-image-crop

Version:

Dynamic image cropping component for Expo/React Native with free-form and fixed aspect ratio support

13 lines 374 B
export type EditorContextData = { minimumCropDimensions: { width: number; height: number; }; fixedAspectRatio: number; dynamicCrop: boolean; onBackPress: () => void; onSave: () => void; imageUri: string | null; }; export declare const EditorContext: import("react").Context<EditorContextData>; //# sourceMappingURL=editor.d.ts.map