UNPKG

khamba

Version:

A cli tool for sharing files through local network.

5 lines (4 loc) 137 B
import React from 'react'; type TProps = {}; declare const FileTransfer: ({}: TProps) => React.JSX.Element; export default FileTransfer;