Readonly
type
type: ((__namedParameters: {
cropperHeight?: number;
cropperStyles?: {
containerStyle?: CSSProperties;
cropAreaStyle?: CSSProperties;
mediaStyle?: CSSProperties;
};
disabled?: boolean;
imgSrc: string;
onCropComplete: ((croppedAreaPixels: Area) => void);
outputAspectRatio?: number;
zoomWithScroll?: boolean;
}) => Element)
NOTE: Exotic components are not callable.