UNPKG

portio

Version:

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

8 lines (7 loc) 145 B
import React from 'react'; interface Props { port: number; force?: boolean; } export declare const KillMode: React.FC<Props>; export {};