Merge pull request #21337 from ngub/patch-1

[react-scroll]: added missing property
This commit is contained in:
Nathan Shively-Sanders
2017-11-14 15:20:35 -08:00
committed by GitHub
+1
View File
@@ -5,6 +5,7 @@ export interface ReactScrollLinkProps {
containerId?: string;
activeClass?: string;
spy?: boolean;
hashSpy?: boolean;
smooth?: boolean | string;
offset?: number;
delay?: number;