UNPKG

react-krpano-toolkit

Version:

A React toolkit for KRPano integration with reusable functions and screen/hotspot configuration management

6 lines (5 loc) 170 B
export declare function useTouchEvent(target: string, events: Partial<{ ontouchstart: () => void; ontouchend: () => void; ontouchmove: () => void; }>): void;