source:
imaps-frontend/node_modules/react-use/lib/useOrientation.d.ts
Last change on this file was d565449, checked in by , 4 weeks ago | |
---|---|
|
|
File size: 191 bytes |
Line | |
---|---|
1 | export interface OrientationState { |
2 | angle: number; |
3 | type: string; |
4 | } |
5 | declare const useOrientation: (initialState?: OrientationState) => OrientationState; |
6 | export default useOrientation; |
Note:
See TracBrowser
for help on using the repository browser.