UNPKG

@graphteon/juricode

Version:

We are forging the future with lines of digital steel

8 lines 336 B
import React from 'react'; import { render } from 'ink'; import ConversationTUI from '../components/ConversationTUI'; export const startConversationTUI = async (taskId) => { const { waitUntilExit } = render(React.createElement(ConversationTUI, { taskId })); await waitUntilExit(); }; //# sourceMappingURL=conversation-tui.js.map