mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-06 16:20:26 +08:00
Fixed method signature to match JS-file
This commit is contained in:
Vendored
+1
-1
@@ -1533,7 +1533,7 @@ declare module Slick {
|
||||
public getItemByIdx(): T;
|
||||
public mapRowsToIds(rowArray: T[]): string[];
|
||||
public setRefreshHints(hints: RefreshHints): void;
|
||||
public setFilterArgs(hints: RefreshHints): void;
|
||||
public setFilterArgs(args: any): void;
|
||||
public refresh(): void;
|
||||
public updateItem(id: string, item: T): void;
|
||||
public insertItem(insertBefore: number, item: T): void;
|
||||
|
||||
Reference in New Issue
Block a user