mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 09:01:45 +08:00
Update win.js to include the Template class
This commit is contained in:
8
winjs/winjs.d.ts
vendored
8
winjs/winjs.d.ts
vendored
@@ -56,10 +56,14 @@ declare module WinJS {
|
||||
public isDeclarativeControlContainer: boolean;
|
||||
public bindingInitializer: any;
|
||||
|
||||
constructor(element: HTMLElement, options?: any);
|
||||
public render(dataContext: any, container?: HTMLElement): WinJS.Promise<any>;
|
||||
constructor(element: HTMLElement, options?: any);
|
||||
public render: {
|
||||
(dataContext: any, container?: HTMLElement): WinJS.Promise<HTMLElement>;
|
||||
value(href: string, dataContext: any, container?: HTMLElement): WinJS.Promise<HTMLElement>;
|
||||
};
|
||||
public renderItem(item: any, recycled?: HTMLElement);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
module Namespace {
|
||||
|
||||
Reference in New Issue
Block a user