Files
YouTube.js/typings/lib/parser/classes/ChipCloud.d.ts
2022-07-11 06:13:21 -03:00

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;
}