mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-04 17:20:09 +00:00
Update index.d.ts
This commit is contained in:
2
types/handsontable/index.d.ts
vendored
2
types/handsontable/index.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user