UNPKG

@botonic/react

Version:

Build Chatbots using React

9 lines (8 loc) 180 B
export function Text(props: TextProps): JSX.Element; export namespace Text { export { serialize }; } declare function serialize(textProps: any): { text: any; }; export {};