UNPKG

@imput/youtubei.js

Version:

A JavaScript client for YouTube's private API, known as InnerTube. Fork of youtubei.js

8 lines (7 loc) 257 B
import { YTNode } from '../../helpers.js'; import { type RawNode } from '../../index.js'; export default class PivotBar extends YTNode { static type: string; items: import("../../helpers.js").ObservedArray<YTNode>; constructor(data: RawNode); }