mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-22 22:18:14 +00:00
6 lines
88 B
TypeScript
6 lines
88 B
TypeScript
export = Tabbed;
|
|
declare class Tabbed {
|
|
constructor(data: any);
|
|
type: string;
|
|
}
|