mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-23 14:38:07 +00:00
8 lines
147 B
TypeScript
8 lines
147 B
TypeScript
export = MovingThumbnail;
|
|
declare class MovingThumbnail {
|
|
constructor(data: any);
|
|
type: string;
|
|
get thumbnails(): any;
|
|
#private;
|
|
}
|