UNPKG

@elevenlabs/convai-cli

Version:

CLI tool to manage ElevenLabs conversational AI agents

10 lines 251 B
import React from 'react'; interface AppProps { title?: string; subtitle?: string; showOverlay?: boolean; children?: React.ReactNode; } export declare const App: React.FC<AppProps>; export default App; //# sourceMappingURL=App.d.ts.map