We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27c3dd6 commit 80ae501Copy full SHA for 80ae501
typings.d.ts
@@ -1,8 +1,8 @@
1
declare module 'scroll-into-view-if-needed' {
2
interface ScrollIntoViewIfNeededOptions {
3
- centerIfNeeded: boolean;
4
- duration: number;
5
- easing: 'ease' | 'easeIn' | 'easeOut' | 'easeInOut' | 'linear';
+ centerIfNeeded?: boolean;
+ duration?: number;
+ easing?: 'ease' | 'easeIn' | 'easeOut' | 'easeInOut' | 'linear';
6
}
7
8
interface ScrollIntoViewIfNeededFunction {
0 commit comments