mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-12 19:59:02 +08:00
14 lines
374 B
TypeScript
14 lines
374 B
TypeScript
// Type definitions for riot.js
|
|
// Project: https://github.com/moot/riotjs
|
|
// Definitions by: vvakame <https://github.com/vvakame>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
/// <reference types="jquery" />
|
|
/// <reference path="riotjs-render.d.ts" />
|
|
|
|
interface JQueryStatic {
|
|
riot: string;
|
|
observable(el:any):any;
|
|
route(to:any):void;
|
|
}
|