stream-chat-react
Version:
React components to create chat conversations or livestream style chat
6 lines • 312 B
TypeScript
import React from 'react';
export type BaseImageProps = React.ComponentPropsWithRef<'img'> & {
showDownloadButtonOnError?: boolean;
};
export declare const BaseImage: React.ForwardRefExoticComponent<Omit<BaseImageProps, "ref"> & React.RefAttributes<HTMLImageElement>>;
//# sourceMappingURL=BaseImage.d.ts.map