UNPKG

portio

Version:

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

7 lines (6 loc) 125 B
import React from 'react'; interface Props { port: number; } export declare const CheckMode: React.FC<Props>; export {};