Skip to content

Commit a9ae350

Browse files
committed
Add wheel event type
1 parent 4cabe54 commit a9ae350

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module Web.UIEvent.WheelEvent.EventTypes where
2+
3+
import Web.Event.Event (EventType(..))
4+
5+
wheel :: EventType
6+
wheel = EventType "wheel"

0 commit comments

Comments
 (0)