UNPKG
meteor-typings
Version:
latest (1.4.1)
1.4.1
1.3.1
1.3.0
Type definitions for Meteor
github.com/meteor-typings/meteor
meteor-typings/meteor
meteor-typings
/
1.2
/
packages
/
templating_browser.d.ts
9 lines
(7 loc)
•
268 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/// <reference path="blaze.d.ts" />
declare
var
Template
:
TemplateStatic
;
interface
TemplateStatic
extends
Blaze
.
TemplateStatic
{
new
(
viewName
?:
string
,
renderFunction
?:
Function
):
Blaze
.
Template
;
body
:
Blaze
.
Template
; [
index
:
string
]:
any
|
Blaze
.
Template
; }