UNPKG

portio

Version:

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

7 lines (6 loc) 151 B
import React from 'react'; type Props = { name: string | undefined; }; export default function App({ name }: Props): React.JSX.Element; export {};