mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-02 11:24:32 +08:00
11 lines
334 B
TypeScript
11 lines
334 B
TypeScript
// Type definitions for riot.js (ext/render.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 {
|
|
render(template?:string, data?:any):string;
|
|
}
|