UNPKG

react-krpano-toolkit

Version:

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

6 lines (5 loc) 126 B
export declare function useDevice(): { isMobile: () => boolean; isDesktop: () => boolean; isVR: () => boolean; };