Hook result / Bind function
useLongPress(callback, options): bindFn
As a result hook returns callable function (also referred as bind
or binder
) in order to pass context if necessary. bind
function return object with various handlers.
Last updated