mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-24 15:21:54 +00:00
10 lines
173 B
TypeScript
10 lines
173 B
TypeScript
export = Grid;
|
|
declare class Grid {
|
|
constructor(data: any);
|
|
type: string;
|
|
items: any;
|
|
is_collapsible: any;
|
|
visible_row_count: any;
|
|
target_id: any;
|
|
}
|