UNPKG

ionic-framework

Version:

The ionic-framework package comes with both Javascript and Sass frontend dependencies, located in the root of the package, and a Node API, located in `tooling/`.

7 lines (6 loc) 194 B
export declare class ScrollTo { constructor(ele: any, x: any, y: any, duration: any); start(x: any, y: any, duration: any, tolerance: any): any; stop(): void; dispose(): void; }