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