mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 12:31:17 +00:00
8 lines
185 B
TypeScript
8 lines
185 B
TypeScript
export = ThumbnailOverlayLoadingPreview;
|
|
declare class ThumbnailOverlayLoadingPreview {
|
|
constructor(data: any);
|
|
type: string;
|
|
text: Text;
|
|
}
|
|
import Text = require("./Text");
|