mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-13 22:40:50 +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); |