UNPKG

portio

Version:

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

7 lines (6 loc) 147 B
import React from 'react'; interface Props { initialShowAll?: boolean; } export declare const StableInteractiveUI: React.FC<Props>; export {};