@tableflow/js
Version:
The JavaScript SDK for TableFlow. Embed an importer to collect and transform CSV files in your application.
4 lines (3 loc) • 563 B
TypeScript
import { TableFlowImporterProps } from "./types";
import "./index.css";
export default function createTableFlowImporter({ elementId, importerId, hostUrl, isModal, modalOnCloseTriggered, modalCloseOnOutsideClick, template, darkMode, primaryColor, metadata, onComplete, waitOnComplete, customStyles, className, showDownloadTemplateButton, skipHeaderRowSelection, cssOverrides, schemaless, schemalessReadOnly, schemalessDataTypes, trimSpaces, language, customTranslations, showUploadAnotherFileButton, }: TableFlowImporterProps): HTMLDialogElement | HTMLDivElement;