UNPKG

portio

Version:

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

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