mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
added disableCompensation property
This commit is contained in:
Vendored
+1
@@ -17,6 +17,7 @@ export interface StickyProps {
|
||||
topOffset?: number;
|
||||
bottomOffset?: number;
|
||||
onStickyStateChange?(isSticky: boolean): void;
|
||||
disableCompensation?: boolean;
|
||||
}
|
||||
|
||||
export const Sticky: React.ComponentClass<StickyProps>;
|
||||
|
||||
Reference in New Issue
Block a user