UNPKG

innertuber-rn

Version:

A wrapper around YouTube's private API. Supports YouTube, YouTube Music, YouTube Kids and YouTube Studio (WIP).

11 lines (10 loc) 300 B
import { YTNode } from '../helpers.js'; import type { RawNode } from '../index.js'; export default class PageIntroduction extends YTNode { static type: string; header_text: string; body_text: string; page_title: string; header_icon_type: string; constructor(data: RawNode); }