You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type representing a concept of React Element - representation of a native DOM component (e.g. `<div/>`), or a user-defined composite component (e.g. `<MyComponent/>`)
Type representing more specific event handler. Some common event examples: `ChangeEvent, FormEvent, FocusEvent, KeyboardEvent, MouseEvent, DragEvent, PointerEvent, WheelEvent, TouchEvent`.
Type representing a concept of React Element - representation of a native DOM component (e.g. `<div/>`), or a user-defined composite component (e.g. `<MyComponent/>`)
Type representing more specific event handler. Some common event examples: `ChangeEvent, FormEvent, FocusEvent, KeyboardEvent, MouseEvent, DragEvent, PointerEvent, WheelEvent, TouchEvent`.
0 commit comments