source:
imaps-frontend/node_modules/react-use/esm/useOrientation.d.ts@
0c6b92a
Last change on this file since 0c6b92a was d565449, checked in by , 3 months 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.