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.

18 lines (17 loc) 517 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function SectionAccessory({ children }) { if (!children) return null; return ((0, jsx_runtime_1.jsx)("div", { style: { display: 'flex', flex: '0 0 auto', justifyContent: 'flex-end', alignItems: 'center', }, children })); } exports.default = SectionAccessory; //# sourceMappingURL=SectionAccessory.js.map