UNPKG

csv-import-react

Version:

Open-source CSV, TSV, and XLS/XLSX file importer for React and JavaScript

3 lines (2 loc) 149 B
import { CSVImporterProps } from "../../../types"; export default function Main(props: CSVImporterProps): import("react/jsx-runtime").JSX.Element;