UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

9 lines 552 B
import { UiSchema } from '@rjsf/utils'; import { JSONSchema7 } from 'json-schema'; export declare const writeHeaderOption = "First line is the columns names."; export declare const includeRowIdAndRowVersionOption = "Include row metadata (Row Id and Row Version)."; export declare const csvOption = "Comma Separated Values (CSV)"; export declare const tsvOption = "Tab Separated Values (TSV)"; export declare const formSchemaArray: JSONSchema7[]; export declare const formSchemaUIArray: UiSchema[]; //# sourceMappingURL=ModalDownload.FormSchema.d.ts.map