Which type of events will be detected by hook
Last updated 1 year ago
Was this helpful?
detect
'mouse' | 'touch' | 'pointer'
enum LongPressEventType { Mouse = 'mouse', Touch = 'touch', Pointer = 'pointer', }
'pointer'
LongPressEventType.Pointer
Which should be returned from .