@tableflow/react
Version:
The React SDK for TableFlow. Embed an importer to collect and transform CSV files in your application.
4 lines (3 loc) • 595 B
TypeScript
import { TableFlowImporterProps } from "./types";
import "./style/tableflow-importer.css";
export default function TableFlowImporter({ importerId, hostUrl, isModal, modalIsOpen, modalOnCloseTriggered, modalCloseOnOutsideClick, template, darkMode, primaryColor, metadata, className, onComplete, waitOnComplete, customStyles, showDownloadTemplateButton, skipHeaderRowSelection, cssOverrides, schemaless, schemalessReadOnly, schemalessDataTypes, trimSpaces, language, customTranslations, showUploadAnotherFileButton, ...props }: TableFlowImporterProps): import("react/jsx-runtime").JSX.Element;