mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 12:31:17 +00:00
10 lines
220 B
TypeScript
10 lines
220 B
TypeScript
export = MusicCarouselShelfBasicHeader;
|
|
declare class MusicCarouselShelfBasicHeader {
|
|
constructor(data: any);
|
|
type: string;
|
|
title: Text;
|
|
label: any;
|
|
thumbnail: any;
|
|
}
|
|
import Text = require("./Text");
|