UNPKG

@botonic/react

Version:

Build Chatbots using React

9 lines (8 loc) 178 B
export function Image(props: any): JSX.Element; export namespace Image { export { serialize }; } declare function serialize(imageProps: any): { image: any; }; export {};