Files
DefinitelyTyped/types/riotjs/index.d.ts
Leonard Thieu 1c3565933c :(
2017-06-13 13:00:42 -04:00

15 lines
401 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
// TypeScript Version: 2.3
/// <reference types="jquery" />
/// <reference path="riotjs-render.d.ts" />
interface JQueryStatic {
riot: string;
observable(el:any):any;
route(to:any):void;
}