UNPKG

mewwme-transcripts

Version:

Private html transcript generator for mewwme discord bot

5 lines (4 loc) 337 B
/// <reference types="react" /> import { type MessageActionRowComponent, type ActionRow } from 'discord.js'; export default function renderComponentRow(row: ActionRow<MessageActionRowComponent>, id: number): JSX.Element; export declare function renderComponent(component: MessageActionRowComponent, id: number): JSX.Element | undefined;