From e73ca3f2741074e333d26609c1fa089144ca636c Mon Sep 17 00:00:00 2001 From: Nikita Gubchenko Date: Wed, 8 Nov 2017 12:51:09 +0300 Subject: [PATCH] [react-scroll]: added missing property --- types/react-scroll/modules/components/Link.d.ts | 1 + 1 file changed, 1 insertion(+) 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;