UNPKG

@botonic/react

Version:

Build Chatbots using React

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