UNPKG

khamba

Version:

A cli tool for sharing files through local network.

7 lines (6 loc) 142 B
import React from 'react'; type TProps = { name?: string; }; export default function App({ name }: TProps): React.JSX.Element; export {};