[react-scroll]: added missing property

This commit is contained in:
Nikita Gubchenko
2017-11-08 12:51:09 +03:00
committed by GitHub
parent e5620215b5
commit e73ca3f274
+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;