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 (9 loc) • 439 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.LangFlowChatWidget = void 0;
const LangFlowChatWidget_1 = __importDefault(require("./LangFlowChatWidget"));
exports.LangFlowChatWidget = LangFlowChatWidget_1.default;
exports.default = LangFlowChatWidget_1.default;