UNPKG

@xzar90/react-router-hash-link

Version:

Hash link scroll functionality for React Router v6

2 lines (1 loc) 169 B
export declare function scrollIntoView(smooth: boolean | undefined, scroll: ((...args: any[]) => void | Promise<void>) | undefined, timeout: number | undefined): void;