mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
'Refine' returns a SearchState
This commit is contained in:
+1
-1
@@ -73,7 +73,7 @@ export interface ConnectorDescription<TProvided, TExposed> {
|
||||
props: TExposed,
|
||||
searchState: SearchState,
|
||||
...args: any[],
|
||||
): any;
|
||||
): SearchState;
|
||||
|
||||
/**
|
||||
* This method applies the current props and state to the provided SearchParameters, and returns a new SearchParameters. The SearchParameters
|
||||
|
||||
Reference in New Issue
Block a user