usePointerEvents
function exported by @mwillbanks/tuil-ink.
function
Public function exported by @mwillbanks/tuil-ink.
export function usePointerEvents(
bindings: readonly PointerEventBinding[],
): void;Members
This declaration has no public members.
Parameters
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
bindings | readonly PointerEventBinding[] | Yes | Supplies the bindings value as readonly PointerEventBinding[]. | PointerEventBinding |
Returns
void — Returns a value that satisfies void.
Related types: —
Throws
No thrown errors are documented for this declaration.
Related types
Source
View the secondary source reference