UNPKG

@elevenlabs/convai-cli

Version:

CLI tool to manage ElevenLabs conversational AI agents

8 lines 228 B
import React from 'react'; interface InitViewProps { projectPath: string; onComplete?: () => void; } export declare const InitView: React.FC<InitViewProps>; export default InitView; //# sourceMappingURL=InitView.d.ts.map