mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 04:21:35 +00:00
6 lines
130 B
TypeScript
6 lines
130 B
TypeScript
export = ThumbnailOverlayBottomPanel;
|
|
declare class ThumbnailOverlayBottomPanel {
|
|
constructor(data: any);
|
|
type: string;
|
|
}
|