UNPKG

react-hooks-bank

Version:

A collection of **powerful, reusable custom React hooks** for complex, non-trivial interactions that go beyond React’s native features.

8 lines 204 B
export declare function useDeviceInfo(): { isMobile: boolean; isTablet: boolean; isDesktop: boolean; userAgent: string; platform: string; }; //# sourceMappingURL=useDeviceInfo.d.ts.map