@enumura/chatbot-flow-editor
Version:
Visual chatbot flow editor - Development tool for creating conversational flows
8 lines • 481 B
TypeScript
export { default as ChatbotEditor } from './components/chatbot-editor';
export { Button } from './components/ui/button';
export { Card, CardContent, CardHeader, CardTitle } from './components/ui/card';
export { Input } from './components/ui/input';
export { ScrollArea } from './components/ui/scroll-area';
export type { ChatNode, ChatbotFlow, ChatOption, NodePosition, NodePositions } from './types/chatbot';
export { cn } from './utils/utils';
//# sourceMappingURL=index.d.ts.map