File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
bundle/hooks/useWindowEvent Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { useEventListener } from '../useEventListener/useEventListener';
33/**
44 * @name useWindowEvent
55 * @description - Hook attaches an event listener to the window object for the specified event
6- * @category Events
6+ * @category Sensors
77 *
88 * @template Event Key of window event map.
99 * @param {Event } event The event to listen for.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { useEventListener } from '../useEventListener/useEventListener';
77/**
88 * @name useWindowEvent
99 * @description - Hook attaches an event listener to the window object for the specified event
10- * @category Events
10+ * @category Sensors
1111 *
1212 * @template Event Key of window event map.
1313 * @param {Event } event The event to listen for.
You canβt perform that action at this time.
0 commit comments