Explorar o código

fix(handsontable): 修改rowHeaders参数声明

qinlaiqiao %!s(int64=5) %!d(string=hai) anos
pai
achega
6942b5fca8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      handsontable/handsontable.d.ts

+ 1 - 1
handsontable/handsontable.d.ts

@@ -2118,7 +2118,7 @@ declare namespace Handsontable {
     readOnlyCellClassName?: string;
     renderAllRows?: boolean;
     renderer?: string | renderers.Base;
-    rowHeaders?: boolean | any[] | (() => void);
+    rowHeaders?: boolean | any[] | ((index: number) => string | number);
     rowHeaderWidth?: number | any[];
     rowHeights?: any[] | (() => void) | number | string;
     search?: boolean;