mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-22 22:18:14 +00:00
7 lines
143 B
TypeScript
7 lines
143 B
TypeScript
export = ThumbnailOverlayNowPlaying;
|
|
declare class ThumbnailOverlayNowPlaying {
|
|
constructor(data: any);
|
|
type: string;
|
|
text: any;
|
|
}
|