diff --git a/types/react-scroll/modules/components/Link.d.ts b/types/react-scroll/modules/components/Link.d.ts index d15d460605..887cf1ddc7 100644 --- a/types/react-scroll/modules/components/Link.d.ts +++ b/types/react-scroll/modules/components/Link.d.ts @@ -5,6 +5,7 @@ export interface ReactScrollLinkProps { containerId?: string; activeClass?: string; spy?: boolean; + hashSpy?: boolean; smooth?: boolean | string; offset?: number; delay?: number;