mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-30 18:06:15 +00:00
10 lines
199 B
TypeScript
10 lines
199 B
TypeScript
export = MusicCarouselShelf;
|
|
declare class MusicCarouselShelf {
|
|
constructor(data: any);
|
|
type: string;
|
|
header: any;
|
|
contents: any;
|
|
item_size: any;
|
|
num_items_per_column: any;
|
|
}
|