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

10 lines 299 B
import React from "react"; import { TextStyle, ViewStyle } from "react-native"; export declare const LoadingDots: React.FC<{ style?: any; dotStyle?: any; }>; export declare const LoadingBubble: React.FC<{ botMessageStyle?: ViewStyle & TextStyle; }>; //# sourceMappingURL=Loading.d.ts.map