UNPKG

@duell10111/youtubei.js

Version:

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

9 lines (8 loc) 290 B
import { YTNode } from '../helpers.js'; import { type RawNode } from '../index.js'; import ScrollPaneItemList from './ScrollPaneItemList.js'; export default class ScrollPane extends YTNode { static type: string; content: ScrollPaneItemList | null; constructor(data: RawNode); }