UNPKG

innertuber-rn

Version:

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

11 lines 333 B
import Text from './misc/Text.js'; import { YTNode } from '../helpers.js'; class ItemSectionHeader extends YTNode { constructor(data) { super(); this.title = new Text(data.title); } } ItemSectionHeader.type = 'ItemSectionHeader'; export default ItemSectionHeader; //# sourceMappingURL=ItemSectionHeader.js.map