UNPKG

@botonic/react

Version:

Build Chatbots using React

10 lines (9 loc) 241 B
import type { ImageProps } from './index-types'; export declare const Image: { (props: ImageProps): import("react/jsx-runtime").JSX.Element; serialize: (imageProps: { src: string; }) => { image: string; }; };