mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 11:57:33 +08:00
Filter.numberComparators (#13044)
numberComparators field of Filter interface, should be optional
This commit is contained in:
committed by
Masahiro Wakame
parent
99dc0a40f9
commit
99dd18a7a1
2
react-bootstrap-table/index.d.ts
vendored
2
react-bootstrap-table/index.d.ts
vendored
@@ -557,7 +557,7 @@ export interface Filter {
|
||||
/**
|
||||
* Only work on NumberFilter. Accept an array which conatin the filter condition, like: ['<','>','=']
|
||||
*/
|
||||
numberComparators: string[];
|
||||
numberComparators?: string[];
|
||||
}
|
||||
|
||||
export interface TableHeaderColumn extends ComponentClass<TableHeaderColumnProps> { }
|
||||
|
||||
Reference in New Issue
Block a user