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.

7 lines (6 loc) 232 B
import React from 'react'; interface SectionContentProps { children: React.ReactNode; } declare function SectionContent({ children }: SectionContentProps): import("react/jsx-runtime").JSX.Element; export default SectionContent;