mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-21 11:09:53 +08:00
Fixed method signature on column formatter
This commit is contained in:
Vendored
+1
-1
@@ -1446,7 +1446,7 @@ declare module Slick {
|
||||
}
|
||||
|
||||
export interface Formatter<T extends Slick.SlickData> {
|
||||
(row: number, cell: number, columnDef: Column<T>, dataContext: SlickData): string;
|
||||
(row: number, cell: number, value: any, columnDef: Column<T>, dataContext: SlickData): string;
|
||||
}
|
||||
|
||||
export module Formatters {
|
||||
|
||||
Reference in New Issue
Block a user