UNPKG

@graphteon/juricode

Version:

We are forging the future with lines of digital steel

8 lines (7 loc) 226 B
import React from 'react'; interface CreateTaskTUIProps { onBack: () => void; onTaskCreated: (conversationId: string) => void; } declare const CreateTaskTUI: React.FC<CreateTaskTUIProps>; export default CreateTaskTUI;