UNPKG

react-krpano-toolkit

Version:

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

6 lines (5 loc) 154 B
export declare function useMouseEvent(target: string, events: Partial<{ ondown: () => void; onup: () => void; onclick: () => void; }>): void;