UNPKG

@graphteon/juricode

Version:

We are forging the future with lines of digital steel

8 lines (7 loc) 197 B
import React from 'react'; interface TasksTUIProps { onBack: () => void; onSelectTask: (taskId: string) => void; } declare const TasksTUI: React.FC<TasksTUIProps>; export default TasksTUI;