UNPKG

khamba

Version:

A cli tool for sharing files through local network.

9 lines (8 loc) 218 B
import React from 'react'; type TProps = { left?: number; percent: number; title?: string; }; declare const ProgressBar: ({ left, percent, title }: TProps) => React.JSX.Element; export default ProgressBar;