UNPKG

declarations

Version:

[![npm version](https://badge.fury.io/js/declarations.svg)](https://www.npmjs.com/package/declarations)

15 lines (12 loc) 411 B
// Type definitions for Impress.js 0.5 // Project: https://github.com/bartaz/impress.js // Definitions by: Boris Yankov <https://github.com/borisyankov/> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped interface Impress { init(): void; getStep(step: any): any; goto(element: any, duration?: number): any; prev(): any; next(): any; } declare function impress(): Impress;