mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-22 14:08:06 +00:00
8 lines
128 B
TypeScript
8 lines
128 B
TypeScript
export = RichGrid;
|
|
declare class RichGrid {
|
|
constructor(data: any);
|
|
type: string;
|
|
header: any;
|
|
contents: any;
|
|
}
|