import { MintelBlock } from "./types"; import type { Block } from "payload"; export const MermaidBlock: MintelBlock = { slug: "mermaid", labels: { singular: "Mermaid", plural: "Mermaids", }, admin: { group: "MDX Components", }, ai: { name: "Mermaid", description: 'Renders a Mermaid.js diagram (flowchart, sequence, pie, etc.). Diagram code goes as children. Keep it tiny (max 3-4 nodes). Wrap in div with className="my-8".', usageExample: `