| @@ -313,7 +313,7 declare module 'dijit/form/DropDownButto | |||
| 
             | 
        313 | 313 | } | 
| 
             | 
        314 | 314 | |
| 
             | 
        315 | 315 | declare module 'dijit/form/FilteringSelect' { | 
| 
             | 
        316 | type FilteringSelect<C extends dijit.form.Constraints, T extends Object, Q extends string | Object | Function, O extends dojo.store.api.QueryOptions> = dijit.form.FilteringSelect<C, T, Q, O>; | |
| 
             | 
        316 | type FilteringSelect<C extends dijit.form.Constraints = dijit.form.Constraints, T extends Object = any, Q extends dojo.store.api.BaseQueryType = dojo.store.api.BaseQueryType, O extends dojo.store.api.QueryOptions = dojo.store.api.QueryOptions> = dijit.form.FilteringSelect<C, T, Q, O>; | |
| 
             | 
        317 | 317 | const FilteringSelect: dijit.form.FilteringSelectConstructor; | 
| 
             | 
        318 | 318 | export = FilteringSelect; | 
| 
             | 
        319 | 319 | } | 
        
        General Comments 0
    
    
  
  
                      You need to be logged in to leave comments.
                      Login now
                    
                