UNPKG

discord-html-transcripts-fix

Version:

A nicely formatted html transcript generator for discord.js. Bugfix fork with support for the latest discord.js and Components v2.

6 lines (5 loc) 237 B
import type { MediaGalleryComponent } from 'discord.js'; declare function DiscordMediaGallery({ component }: { component: MediaGalleryComponent; }): import("react/jsx-runtime").JSX.Element | null; export default DiscordMediaGallery;