mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
13 lines
340 B
TypeScript
13 lines
340 B
TypeScript
// Type definitions for riot.js
|
|
// Project: https://github.com/moot/riotjs
|
|
// Definitions by: vvakame <https://github.com/vvakame>
|
|
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
|
|
|
/// <reference path="../jquery/jquery.d.ts" />
|
|
|
|
interface JQueryStatic {
|
|
riot: string;
|
|
observable(el:any):any;
|
|
route(to:any):void;
|
|
}
|