UNPKG

@enumura/chatbot-flow-editor

Version:

Visual chatbot flow editor - Development tool for creating conversational flows

8 lines 274 B
import { ChatbotFlow } from '../../types/chatbot'; interface ChatPreviewProps { flow: ChatbotFlow; onNodeSelect?: (nodeId: number) => void; } declare const ChatPreview: React.FC<ChatPreviewProps>; export default ChatPreview; //# sourceMappingURL=ChatPreview.d.ts.map