Update index.d.ts

This commit is contained in:
Ryan Riley
2017-03-30 18:22:52 -05:00
committed by GitHub
parent dce756eb2b
commit f232d29caf

View File

@@ -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;