UNPKG

ehsas_react-papaparse

Version:

The fastest in-browser CSV (or delimited text) parser for React. It is full of useful features such as CSVReader, CSVDownloader, readString, jsonToCSV, readRemoteFile, ... etc.

11 lines (10 loc) 248 B
import React from 'react'; interface Props { style?: any; className?: string; percentage: number; display: string; isButton?: boolean; } export default function ProgressBar(props: Props): React.JSX.Element; export {};