mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 04:21:35 +00:00
11 lines
219 B
TypeScript
11 lines
219 B
TypeScript
export = PlayerOverlay;
|
|
declare class PlayerOverlay {
|
|
constructor(data: any);
|
|
type: string;
|
|
end_screen: any;
|
|
autoplay: any;
|
|
share_button: any;
|
|
add_to_menu: any;
|
|
fullscreen_engagement: any;
|
|
}
|