mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 04:49:15 +08:00
This guy can be even more specialized - it takes only img tags.
This commit is contained in:
2
winjs/winjs.d.ts
vendored
2
winjs/winjs.d.ts
vendored
@@ -6747,7 +6747,7 @@ declare module WinJS.UI {
|
||||
* @param image The img element that will display the thumbnail.
|
||||
* @returns A Promise that completes when the full-quality thumbnail is visible.
|
||||
**/
|
||||
loadThumbnail(item: IItem<T>, image: HTMLElement): Promise<void>;
|
||||
loadThumbnail(item: IItem<T>, image: HTMLImageElement): Promise<void>;
|
||||
|
||||
//#endregion Methods
|
||||
|
||||
|
||||
Reference in New Issue
Block a user