mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-21 11:09:53 +08:00
10 lines
171 B
TypeScript
10 lines
171 B
TypeScript
/// <reference path="impress.d.ts" />
|
|
|
|
impress().init();
|
|
|
|
var api = impress();
|
|
|
|
api.next()
|
|
api.prev();
|
|
api.goto(document.getElementById('#id'));
|
|
api.goto(1, 123); |