UNPKG

@botonic/react

Version:

Build Chatbots using React

8 lines (7 loc) 237 B
import { SENDERS } from '../../index-types'; interface MessageImageProps { imagestyle: Record<string, unknown>; sentBy: SENDERS; } export declare const MessageImage: ({ imagestyle, sentBy }: MessageImageProps) => any; export {};