UNPKG

@botonic/react

Version:

Build Chatbots using React

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