UNPKG

csv-import-react

Version:

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

3 lines (2 loc) 165 B
import { Template } from "../types"; export declare function convertRawTemplate(rawTemplate?: Record<string, unknown> | string): [Template | null, string | null];