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