Skip to content

Commit

Permalink
fix(types): fix wrong typing in getWidgetState
Browse files Browse the repository at this point in the history
  • Loading branch information
Eunjae Lee committed Apr 15, 2019
1 parent bd258e8 commit 6095c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/widget.ts
Original file line number Diff line number Diff line change
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 6095c81

Please sign in to comment.