UNPKG

portio

Version:

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

7 lines (6 loc) 152 B
import React from 'react'; interface LogoProps { showText?: boolean; } export declare const Logo: React.NamedExoticComponent<LogoProps>; export {};