jspreadsheet 8.1.13 → 8.1.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -459,7 +459,7 @@ declare namespace jspreadsheet {
459
459
  /** Consider first line as header. Default: true */
460
460
  csvHeaders?: boolean;
461
461
  /** Delimiter to consider when dealing with the CSV data. Default: ',' */
462
- csvDelimiter?: boolean;
462
+ csvDelimiter?: string;
463
463
  /** Allow column sorting */
464
464
  columnSorting?: boolean;
465
465
  /** Allow column dragging */