UNPKG

@botonic/react

Version:

Build Chatbots using React

9 lines (8 loc) 200 B
import React from 'react'; export interface ElementProps { children: React.ReactNode[]; } export declare const Element: { (props: ElementProps): any; serialize(elementProps: any): any; };