Skip to content

Commit

Permalink
fix(types): fix wrong typing in getWidgetState (#3693)
Browse files Browse the repository at this point in the history
  • Loading branch information
eunjae-lee committed Apr 15, 2019
1 parent 06d028e commit b3c2154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/widget.ts
Expand Up @@ -44,7 +44,7 @@ export interface Widget {
getWidgetState?(
uiState: UiState,
widgetStateOptions: {
state: SearchParameters;
searchParameters: SearchParameters;
helper: Helper;
}
): UiState;
Expand Down

0 comments on commit b3c2154

Please sign in to comment.