UNPKG

react-native-langflow-chat

Version:

A native React Native component for integrating LangFlow chat with streaming support, citation bubbles, react-native-marked rendering, and customizable UI

5 lines 230 B
import React from "react"; import { LangFlowChatWidgetProps } from "./types"; declare const LangFlowChatWidget: React.FC<LangFlowChatWidgetProps>; export default LangFlowChatWidget; //# sourceMappingURL=LangFlowChatWidget.d.ts.map