• NOTE: Exotic components are not callable.

    Parameters

    • props: {
          cropperHeight?: number;
          disabled?: boolean;
          imgSrc: string;
          onCropComplete: ((croppedAreaPixels: PercentCrop) => void);
          outputAspectRatio?: number;
      }
      • OptionalcropperHeight?: number
      • Optionaldisabled?: boolean
      • imgSrc: string
      • onCropComplete: ((croppedAreaPixels: PercentCrop) => void)
          • (croppedAreaPixels): void
          • Parameters

            Returns void

      • OptionaloutputAspectRatio?: number

    Returns null | ReactElement<any, string | JSXElementConstructor<any>>

Properties

$$typeof: symbol
displayName?: string
type: ((__namedParameters: {
    cropperHeight?: number;
    disabled?: boolean;
    imgSrc: string;
    onCropComplete: ((croppedAreaPixels: PercentCrop) => void);
    outputAspectRatio?: number;
}) => Element)