Skip to content

Commit

Permalink
Fix up type name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitch-At-Work committed Nov 7, 2024
1 parent 2c204f1 commit 6852be1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ declare module 'embla-carousel' {
interface EmblaEventListType {
autoplayPlay: 'autoplay:play'
autoplayStop: 'autoplay:stop'
autoplayTriggered: 'autoplay:select'
autoplaySelect: 'autoplay:select'
}
}

Expand Down

0 comments on commit 6852be1

Please sign in to comment.