UNPKG

react-krpano-toolkit

Version:

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

4 lines (3 loc) 157 B
type ViewEventName = "onviewchange" | "onviewchanged"; export declare function useViewEvent(eventName: ViewEventName, handler: () => void): void; export {};