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