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) 186 B
import React from 'react'; declare function DiscordContainer({ children }: { children: React.ReactNode; }): import("react/jsx-runtime").JSX.Element; export default DiscordContainer;