added disableCompensation property

This commit is contained in:
AndreyTsvetkov
2017-09-02 16:43:18 +03:00
committed by GitHub
parent 10f72f108f
commit 37a0a04077
+1
View File
@@ -17,6 +17,7 @@ export interface StickyProps {
topOffset?: number;
bottomOffset?: number;
onStickyStateChange?(isSticky: boolean): void;
disableCompensation?: boolean;
}
export const Sticky: React.ComponentClass<StickyProps>;