• Parameters

    • props: {
          base64: string;
          fullFileName: string;
          imageOnly?: boolean;
          mimeType: string;
      }
      • base64: string

        content of the file

      • fullFileName: string

        contains the name and extension of the file

      • OptionalimageOnly?: boolean

        disables display for non-image files

      • mimeType: string

        mimeType of the file

    Returns ReactElement