mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fix getItemById()
It was missing a necessary parameter.
This commit is contained in:
Vendored
+1
-1
@@ -1529,7 +1529,7 @@ declare module Slick {
|
||||
public getGroups(): Group<T, any>[];
|
||||
public getIdxById(): string;
|
||||
public getRowById(): T;
|
||||
public getItemById(): T;
|
||||
public getItemById(id: any): T;
|
||||
public getItemByIdx(): T;
|
||||
public mapRowsToIds(rowArray: T[]): string[];
|
||||
public setRefreshHints(hints: RefreshHints): void;
|
||||
|
||||
Reference in New Issue
Block a user