UNPKG

@graphteon/juricode

Version:

We are forging the future with lines of digital steel

7 lines (6 loc) 178 B
import React from 'react'; interface ConversationTUIProps { taskId?: string; } declare const ConversationTUI: React.FC<ConversationTUIProps>; export default ConversationTUI;