This commit is contained in:
13
node_modules/licia/scrollTo.d.ts
generated
vendored
Normal file
13
node_modules/licia/scrollTo.d.ts
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
import types = require('./types');
|
||||
|
||||
declare function scrollTo(
|
||||
target: Element | string | number,
|
||||
options: {
|
||||
tolerance?: number;
|
||||
duration?: number;
|
||||
easing?: string | Function;
|
||||
callback?: types.AnyFn;
|
||||
}
|
||||
);
|
||||
|
||||
export = scrollTo;
|
||||
Reference in New Issue
Block a user