mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-20 04:51:16 +00:00
7 lines
140 B
TypeScript
7 lines
140 B
TypeScript
export = FeedTabbedHeader;
|
|
declare class FeedTabbedHeader {
|
|
constructor(data: any);
|
|
title: Text;
|
|
}
|
|
import Text = require("./Text");
|