UNPKG

the-platform

Version:

React Hooks and Suspense-ready Components for Web API's and elements

2 lines (1 loc) 148 B
export declare const useDeviceMotion: () => Pick<DeviceMotionEvent, "acceleration" | "accelerationIncludingGravity" | "rotationRate" | "interval">;