UNPKG

@botonic/react

Version:

Build Chatbots using React

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