UNPKG

@xzar90/react-router-hash-link

Version:

Hash link scroll functionality for React Router v6

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