Skip to content

Commit 018e116

Browse files
committed
Update ScrollToFixed definitions
1 parent dea8dc1 commit 018e116

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scrolltofixed/scrolltofixed.d.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ declare module ScrollToFixed {
1313
zIndex? : number;
1414
spacerClass? : string;
1515
preFixed?: () => void;
16-
fixed?: () => void;
1716
postFixed?: () => void;
18-
preUnfixed?: () => void;
17+
fixed?: () => void;
1918
unfixed?: () => void;
19+
preUnfixed?: () => void;
2020
postUnfixed?: () => void;
2121
preAbsolute?: () => void;
2222
postAbsolute?: () => void;
@@ -26,6 +26,8 @@ declare module ScrollToFixed {
2626
dontCheckForPositionFixedSupport? : boolean;
2727
dontSetWidth? : boolean;
2828
removeOffsets? : boolean;
29+
baseClassName?: string;
30+
className?: string;
2931
}
3032
}
3133

0 commit comments

Comments
 (0)