mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
This guy can be even more specialized - it takes only img tags.
This commit is contained in:
Vendored
+1
-1
@@ -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