UNPKG

@duell10111/youtubei.js

Version:

A JavaScript client for YouTube's private API, known as InnerTube.

11 lines (10 loc) 348 B
import { YTNode } from '../helpers.js'; import { type RawNode } from '../index.js'; import OverlayPanel from './OverlayPanel.js'; import Button from './Button.js'; export default class OverlayTwoPanel extends YTNode { static type: string; action_panel: OverlayPanel | null; back_button: Button | null; constructor(data: RawNode); }