UNPKG

innertuber-rn

Version:

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

8 lines (7 loc) 211 B
import { type RawNode } from '../index.js'; import { YTNode } from '../helpers.js'; export default class RichItem extends YTNode { static type: string; content: YTNode; constructor(data: RawNode); }