Files
DefinitelyTyped/types/riotjs/riotjs-render.d.ts
2017-03-24 14:27:52 -07:00

11 lines
308 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" />
interface JQueryStatic {
render(template?:string, data?:any):string;
}