UNPKG

@theoplayer/react-native-ui

Version:

A React Native UI for @theoplayer/react-native

5 lines 197 B
/** * Listens to pointer events on Web. */ export declare const usePointerMove: (elementId: string, onMove: () => void, onLeave?: () => void) => void; //# sourceMappingURL=usePointerMove.d.ts.map