declarations
Version:
[](https://www.npmjs.com/package/declarations)
11 lines (8 loc) • 322 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 path="../jquery/jquery.d.ts" />
interface JQueryStatic {
render(template?:string, data?:any):string;
}