UNPKG

@johnbotapp/discord-html-transcripts

Version:

A nicely formatted html transcript generator for discord.js.

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