UNPKG

porty-cli

Version:

A beautiful terminal UI for managing processes on network ports (Windows only)

9 lines (8 loc) 218 B
import React from 'react'; interface TableProps { data: Array<Record<string, string>>; selectedIndex?: number; scrollingText?: boolean; } export declare const ProcessTable: React.FC<TableProps>; export {};