react-papaparse
react-papaparse copied to clipboard
Fix typescript type
Features
- Fix typescript type
Issues
- #121
LGTM 👍 We do however need to figure out how to type the props from the render function.
<CSVReader>
{/* How to type these props? */}
{({ getRootProps, acceptedFile, ProgressBar, getRemoveFileProps, Remove }) => (
return <>Foo</>
)}
</CSVReader>
@MichielDeMey
Yes, I got it. If you have any more ideas or suggestions please kindly let us know. We very much appreciate for your contribution. :+1: