mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Changed to explicit ID parameter
This commit is contained in:
Vendored
+1
-1
@@ -1539,7 +1539,7 @@ declare module Slick {
|
||||
*/
|
||||
public expandGroup(...varArgs: string[]): void;
|
||||
public getGroups(): Group<T, any>[];
|
||||
public getIdxById(string): number;
|
||||
public getIdxById(id: string): number;
|
||||
public getRowById(): T;
|
||||
public getItemById(id: any): T;
|
||||
public getItemByIdx(): T;
|
||||
|
||||
Reference in New Issue
Block a user