UNPKG

@maple-billing/csv-import-react

Version:

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

3 lines (2 loc) 276 B
import { MapColumnsProps } from "./types"; export default function MapColumns({ template, data, columnMapping, selectedHeaderRow, skipHeaderRowSelection, onSuccess, onCancel, isSubmitting, saveProperties, }: MapColumnsProps): import("react/jsx-runtime").JSX.Element | null;