mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-24 11:29:30 +08:00
4 lines
119 B
TypeScript
4 lines
119 B
TypeScript
/// <reference path="swipe.d.ts" />
|
|
|
|
// Creation of element
|
|
var mySwipe = new Swipe(document.getElementById('slider')); |