UNPKG

@xzar90/react-router-hash-link

Version:

Hash link scroll functionality for React Router v6

7 lines (6 loc) 289 B
import React from 'react'; import { NavLinkProps } from 'react-router-dom'; import { IHashLinkBaseProps } from './IHashLinkProps'; declare type INavHashLinkProps = IHashLinkBaseProps & NavLinkProps; declare const NavHashLink: React.FC<INavHashLinkProps>; export default NavHashLink;