UNPKG

@xzar90/react-router-hash-link

Version:

Hash link scroll functionality for React Router v6

3 lines (2 loc) 222 B
import React from 'react'; export declare function checkIfCanScroll(e: React.MouseEvent<HTMLAnchorElement | HTMLOrSVGElement, MouseEvent>, props?: Pick<React.AnchorHTMLAttributes<HTMLAnchorElement>, 'target'>): boolean;