UNPKG

@botonic/react

Version:

Build Chatbots using React

8 lines (7 loc) 181 B
import { TextProps } from './index-types'; export declare const Text: { (props: TextProps): JSX.Element; serialize: (textProps: TextProps) => { text: any; }; };