diff --git a/types/react-sticky/index.d.ts b/types/react-sticky/index.d.ts index 23fd51d196..85743b9945 100644 --- a/types/react-sticky/index.d.ts +++ b/types/react-sticky/index.d.ts @@ -17,6 +17,7 @@ export interface StickyProps { topOffset?: number; bottomOffset?: number; onStickyStateChange?(isSticky: boolean): void; + disableCompensation?: boolean; } export const Sticky: React.ComponentClass;