From f232d29caf964b59bf6306ae197f93f563ba87a3 Mon Sep 17 00:00:00 2001 From: Ryan Riley Date: Thu, 30 Mar 2017 18:22:52 -0500 Subject: [PATCH] Update index.d.ts --- types/handsontable/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/handsontable/index.d.ts b/types/handsontable/index.d.ts index 55e2d25e4d..4d79957d45 100644 --- a/types/handsontable/index.d.ts +++ b/types/handsontable/index.d.ts @@ -450,7 +450,7 @@ declare namespace ht { TextEditor: EditorConstructor; } - type Validator = (value: string, callback: (condition: boolean) => void) => void; + type Validator = (value: any, callback: (condition: boolean) => void) => void; interface Renderers { TextRenderer: CellRenderer;