UNPKG

@antv/s2

Version:

effective spreadsheet render core lib

11 lines (10 loc) 305 B
export declare enum CopyType { ALL = 0, COL = 1, ROW = 2 } export declare const LINE_SEPARATOR = "\r\n"; export declare const TAB_SEPARATOR = "\t"; export declare const CSV_SEPARATOR = ","; export declare const AsyncRenderThreshold = 5000; export declare const AsyncRequestThreshold = 100000;