import { OutputBlockData } from "@editorjs/editorjs"; export const code = ({ data }: OutputBlockData): string => { return `
${data.code}
`; };