expo-dynamic-image-crop
Version:
Dynamic image cropping component for Expo/React Native with free-form and fixed aspect ratio support
9 lines • 421 B
TypeScript
import { ReactNode } from "react";
import { ImageEditorProps } from "./types";
type Props = {
processingComponent?: ReactNode;
};
export declare function ImageEditorView({ processingComponent }: Props): import("react/jsx-runtime").JSX.Element;
export declare function ImageEditor({ isVisible, ...props }: ImageEditorProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=ImageEditor.d.ts.map