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 259 B
import LangFlowChatWidget from "./LangFlowChatWidget"; export type { ChatPosition, LangFlowChatWidgetProps, LangFlowError, LangFlowMessage, } from "./types"; export { LangFlowChatWidget }; export default LangFlowChatWidget; //# sourceMappingURL=index.d.ts.map