UNPKG

@graphteon/juricode

Version:

We are forging the future with lines of digital steel

9 lines (8 loc) 299 B
import React from 'react'; import { GitRepository } from '../types/git'; interface RepositoriesTUIProps { onBack: () => void; onSelectRepository: (repo: GitRepository, branch?: string) => void; } declare const RepositoriesTUI: React.FC<RepositoriesTUIProps>; export default RepositoriesTUI;