UNPKG

zarm

Version:

基于 React 的移动端UI库

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