mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 20:41:17 +00:00
9 lines
178 B
TypeScript
9 lines
178 B
TypeScript
export = LiveChatHeader;
|
|
declare class LiveChatHeader {
|
|
constructor(data: any);
|
|
type: string;
|
|
overflow_menu: any;
|
|
collapse_button: any;
|
|
view_selector: any;
|
|
}
|