jspreadsheet 12.2.0 → 12.2.1

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
@@ -1983,7 +1983,7 @@ declare namespace jspreadsheet {
1983
1983
  /** Check the errors from a cell by its coordinates */
1984
1984
  hasErrors(col: number, row: number): boolean;
1985
1985
  /** Resize columns to match the visible content */
1986
- autoWidth: (columns: number[]) => void;
1986
+ autoWidth: (columns?: number[]) => void;
1987
1987
  /** Show the column headers */
1988
1988
  showHeaders: () => void;
1989
1989
  /** Hide the column headers */