mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 12:31:17 +00:00
11 lines
198 B
TypeScript
11 lines
198 B
TypeScript
export = Grid;
|
|
declare class Grid {
|
|
constructor(data: any);
|
|
type: string;
|
|
items: any;
|
|
is_collapsible: any;
|
|
visible_row_count: any;
|
|
target_id: any;
|
|
get contents(): any;
|
|
}
|