mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
improve slickgrid definition
This commit is contained in:
Vendored
+1
-1
@@ -1186,7 +1186,7 @@ declare module Slick {
|
||||
// #region Editors
|
||||
|
||||
public getEditorLock(): EditorLock<any>;
|
||||
public getEditController(): Editors.Editor<any>;
|
||||
public getEditController(): { commitCurrentEdit():boolean; cancelCurrentEdit():boolean; };
|
||||
|
||||
// #endregion Editors
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user