UNPKG

react-use

Version:
7 lines (6 loc) 191 B
export interface OrientationState { angle: number; type: string; } declare const useOrientation: (initialState?: OrientationState) => OrientationState; export default useOrientation;