UNPKG

@imput/youtubei.js

Version:

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

11 lines (10 loc) 351 B
import { YTNode } from '../../helpers.js'; import Text from '../misc/Text.js'; import { type RawNode } from '../../index.js'; export default class MobileTopbar extends YTNode { static type: string; placeholder_text: Text; buttons: import("../../helpers.js").ObservedArray<YTNode>; logo_type?: string; constructor(data: RawNode); }