UNPKG

typescript-closure-tools

Version:

Command-line tools to convert closure-style JSDoc annotations to typescript, and to convert typescript sources to closure externs files

15 lines (11 loc) 424 B
// Type definitions for Zynga EasyScroller // Project: https://github.com/zynga/scroller // Definitions by: Boris Yankov https://github.com/borisyankov // Definitions: https://github.com/borisyankov/DefinitelyTyped /// <reference path="scroller.d.ts"/> declare class EasyScroller { constructor (content: any, options: ScrollerOptions); render(): void; reflow(): void; bindEvents(): void; }