mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-17 11:32:27 +00:00
11 lines
212 B
JavaScript
11 lines
212 B
JavaScript
'use strict';
|
|
|
|
class ThumbnailOverlayBottomPanel {
|
|
type = 'thumbnailOverlayBottomPanelRenderer';
|
|
|
|
constructor(data) {
|
|
this.type = data.icon.iconType;
|
|
}
|
|
}
|
|
|
|
module.exports = ThumbnailOverlayBottomPanel; |