Skip to content

Commit

Permalink
correct the typing of ActionEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienpoly committed Jun 14, 2021
1 parent a078d21 commit 6b40e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@stimulus/core/src/action_event.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export interface ActionEvent extends Event {
params: object
params: { [key: string]: any }
}

0 comments on commit 6b40e2b

Please sign in to comment.