UNPKG

@enumura/chatbot-flow-editor

Version:

Visual chatbot flow editor - Development tool for creating conversational flows

9 lines 301 B
import { ChatbotFlow } from '../../../types/chatbot'; interface ImportDialogProps { open: boolean; onClose: () => void; onImport: (flow: ChatbotFlow) => void; } declare const ImportDialog: React.FC<ImportDialogProps>; export default ImportDialog; //# sourceMappingURL=ImportDialog.d.ts.map