UNPKG

portio

Version:

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

8 lines (7 loc) 169 B
import React from 'react'; interface Props { initialShowAll?: boolean; initialFilter?: string; } export declare const InteractiveUI: React.FC<Props>; export {};