UNPKG

@xzar90/react-router-hash-link

Version:

Hash link scroll functionality for React Router v6

6 lines (5 loc) 231 B
import React from 'react'; import { IHashLinkBaseProps } from './IHashLinkProps'; declare type IHashLinkProps = {} & IHashLinkBaseProps; declare const GenericHashLink: React.FC<IHashLinkProps>; export default GenericHashLink;