mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Impress.js definitions and tests added
This commit is contained in:
Vendored
+13
@@ -0,0 +1,13 @@
|
||||
// Type definitions for Impress.js 0.5
|
||||
// Project: https://github.com/bartaz/impress.js
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
interface Impress {
|
||||
init(): void;
|
||||
getStep(step: any): any;
|
||||
goto(element: any, duration?: number): any;
|
||||
prev(): any;
|
||||
next(): any;
|
||||
}
|
||||
|
||||
declare function impress(): Impress;
|
||||
Reference in New Issue
Block a user