UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

19 lines (10 loc) 251 B
/** * This enumeration is used to configure the default value separator * as well as the default file extension used when performing CSV exporting. */ export declare enum CsvFileTypes { CSV, TSV, TAB }