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.

8 lines (7 loc) 206 B
import React from 'react'; export interface Props { color?: string; width?: number; height?: number; } export default function Remove({ color, width, height }: Props): React.JSX.Element;