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) 170 B
export declare class ListVirtualScroll { constructor(list: any); resize(): void; _handleVirtualScroll(event: any): void; cellAtIndex(index: any): void; }