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.

8 lines (7 loc) 304 B
import { type MessageActionRowComponent, ComponentType } from 'discord.js'; declare function DiscordSelectMenu({ component, }: { component: Exclude<MessageActionRowComponent, { type: ComponentType.Button; }>; }): import("react/jsx-runtime").JSX.Element; export default DiscordSelectMenu;