Type Definition react::event::WheelEvent

source · []
pub type WheelEvent<TCurrent = Element> = MouseEvent<TCurrent, WheelEvent, WheelEvent>;