UNPKG

@johnbotapp/discord-html-transcripts

Version:

A nicely formatted html transcript generator for discord.js.

9 lines (8 loc) 309 B
import React from 'react'; import { type MessageActionRowComponent, ComponentType } from 'discord.js'; declare function DiscordSelectMenu({ component, }: { component: Exclude<MessageActionRowComponent, { type: ComponentType.Button; }>; }): React.JSX.Element; export default DiscordSelectMenu;