mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-06 16:20:26 +08:00
Update ScrollToFixed definitions
This commit is contained in:
Vendored
+4
-2
@@ -13,10 +13,10 @@ declare module ScrollToFixed {
|
||||
zIndex? : number;
|
||||
spacerClass? : string;
|
||||
preFixed?: () => void;
|
||||
fixed?: () => void;
|
||||
postFixed?: () => void;
|
||||
preUnfixed?: () => void;
|
||||
fixed?: () => void;
|
||||
unfixed?: () => void;
|
||||
preUnfixed?: () => void;
|
||||
postUnfixed?: () => void;
|
||||
preAbsolute?: () => void;
|
||||
postAbsolute?: () => void;
|
||||
@@ -26,6 +26,8 @@ declare module ScrollToFixed {
|
||||
dontCheckForPositionFixedSupport? : boolean;
|
||||
dontSetWidth? : boolean;
|
||||
removeOffsets? : boolean;
|
||||
baseClassName?: string;
|
||||
className?: string;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user