UNPKG

hello-csv

Version:

A modern CSV importer written in Preact

14 lines 769 B
export declare const NUMBER_OF_EMPTY_ROWS_FOR_MANUAL_DATA_INPUT = 100; export declare const NUMBER_OF_EXAMPLES_IN_MAPPING = 5; export declare const SUPPORTED_FILE_MIME_TYPES: string[]; export declare const DOWNLOADED_CSV_SEPARATOR = ","; export declare const MAX_CHARACTERS_IN_MAPPING_EXAMPLES = 500; export declare const HEALDESS_UI_PORTAL_ROOT_ID = "headlessui-portal-root"; export declare const ROOT_CLASS = "hello-csv"; export declare const ESTIMATED_ROW_HEIGHT = 52.62; export declare const CHECKBOX_COLUMN_ID = "checkbox-column-id"; export declare const CHECKBOX_COLUMN_WIDTH = 110; export declare const DATA_COLUMN_MIN_WIDTH = 50; export declare const DATA_COLUMN_MAX_WIDTH = 500; export declare const DATA_COLUMN_WIDTH = 150; //# sourceMappingURL=index.d.ts.map