chore: resolve lint warnings with targeted type and rule fixes
This commit is contained in:
@@ -4,7 +4,7 @@ import { useReadingDirection } from "./useReadingDirection";
|
||||
interface UseTouchNavigationProps {
|
||||
onPreviousPage: () => void;
|
||||
onNextPage: () => void;
|
||||
pswpRef: React.MutableRefObject<any>;
|
||||
pswpRef: React.MutableRefObject<unknown>;
|
||||
}
|
||||
|
||||
export function useTouchNavigation({
|
||||
|
||||
Reference in New Issue
Block a user