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) 323 B
import NavigationEndpoint from './NavigationEndpoint.js'; import { YTNode } from '../helpers.js'; import type { RawNode } from '../index.js'; export default class CompactLink extends YTNode { static type: string; title: string; endpoint: NavigationEndpoint; style: string; constructor(data: RawNode); }