mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-20 04:51:16 +00:00
10 lines
190 B
TypeScript
10 lines
190 B
TypeScript
export = ChipCloud;
|
|
declare class ChipCloud {
|
|
constructor(data: any);
|
|
type: string;
|
|
chips: any;
|
|
next_button: any;
|
|
previous_button: any;
|
|
horizontal_scrollable: any;
|
|
}
|