UNPKG

khamba

Version:

A cli tool for sharing files through local network.

5 lines (4 loc) 120 B
import React from 'react'; type TProps = {}; export default function MainApp({}: TProps): React.JSX.Element; export {};