mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
fix: allow custom filters (#20070)
This commit is contained in:
committed by
Mohamed Hegazy
parent
146a036764
commit
920282c8b8
Vendored
+1
@@ -997,6 +997,7 @@ declare namespace kendo.data {
|
||||
max?: any;
|
||||
minLength?: any;
|
||||
maxLength?: any;
|
||||
[rule: string]: any;
|
||||
}
|
||||
|
||||
class ObservableArray extends Observable {
|
||||
|
||||
Reference in New Issue
Block a user