Skip to content

Commit

Permalink
build(base-scroll): fix restOn prop type
Browse files Browse the repository at this point in the history
  • Loading branch information
joseacabaneros committed May 29, 2024
1 parent a9f1519 commit b8cf80f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
* @public
*/
resetOn: {
type: Array as PropType<XEvent | XEvent[]>,
type: [String, Array] as PropType<XEvent | XEvent[]>,
default: () => [
'SearchBoxQueryChanged',
'SortChanged',
Expand Down

0 comments on commit b8cf80f

Please sign in to comment.